diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
| commit | e80b647faa5a61c81964252a395fe4cb48443315 (patch) | |
| tree | 38459add147f167a0c2c0bcd250afa548385129c /NT/src/rotor.h | |
| parent | 5d0be7d626be45e035df7d3e77a955f5afe2e67a (diff) | |
reinstating session command array
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; |
