summaryrefslogtreecommitdiff
path: root/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools.cpp')
-rw-r--r--tools.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools.cpp b/tools.cpp
index e135c0b..515418a 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -1,4 +1,8 @@
#include <stdexcept>
+#include <tnt/httprequest.h>
+#include <tnt/httpreply.h>
+#include <tnt/ecpp.h>
+#include "exception.h"
#include "live.h"
#include "setup.h"
#include "tools.h"
@@ -58,4 +62,4 @@ int StringToInt( std::string const& string, int base )
return 0;
}
-}
+} // namespace vdrlive