diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-08-15 17:48:41 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-08-15 17:48:41 +0100 |
| commit | ae77e77ac1524121580281126a4ae85b70b5abae (patch) | |
| tree | 8155476ceaf65a0f1b9d4fda9714f32fb23993c3 /rotord/src/rotord.h | |
| parent | 15d7e3dadff62b20173fb2b5b354e72d3c916c9a (diff) | |
new class structure to support listnodes
Diffstat (limited to 'rotord/src/rotord.h')
| -rwxr-xr-x | rotord/src/rotord.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rotord/src/rotord.h b/rotord/src/rotord.h index 7656c28..5d4398b 100755 --- a/rotord/src/rotord.h +++ b/rotord/src/rotord.h @@ -6,6 +6,7 @@ #include "Poco/Net/HTTPServerResponse.h" #include "Poco/Net/HTTPServerParams.h" #include "Poco/Net/ServerSocket.h" +#include "Poco/UUIDGenerator.h" #include "Poco/Timestamp.h" #include "Poco/DateTimeFormatter.h" #include "Poco/DateTimeFormat.h" @@ -67,7 +68,7 @@ using Poco::Message; using Poco::AutoPtr; -#include "rotor.h" +#include "rendercontext.h" class RenderContextHandler: public HTTPRequestHandler |
