diff options
Diffstat (limited to 'NT/src/rotor.h')
| -rw-r--r-- | NT/src/rotor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NT/src/rotor.h b/NT/src/rotor.h index 17c8545..f687694 100644 --- a/NT/src/rotor.h +++ b/NT/src/rotor.h @@ -22,6 +22,8 @@ What next? #include <json/json.h> #include <typeinfo> +#include "xmlIO.h" + #include "Poco/Logger.h" #include "Poco/Channel.h" #include "Poco/SplitterChannel.h" @@ -32,6 +34,7 @@ What next? #include "Poco/Formatter.h" #include "Poco/PatternFormatter.h" #include "Poco/AutoPtr.h" +#include "Poco/Net/HTTPResponse.h" using Poco::Logger; using Poco::Channel; |
