diff options
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 |
