summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-17 14:55:08 +0100
committerTim Redfern <tim@herge.(none)>2013-07-17 14:55:08 +0100
commit7e3657d7783b7a6cdb48719d17ec3ac381dd8ae7 (patch)
treee689435ec5340dba3b6c60486db381ed9be5f5cd /rotord/rotor.h
parentb86e859b9796468ef8b0d19ebd9f5f302101464c (diff)
logging http responses
Diffstat (limited to 'rotord/rotor.h')
-rwxr-xr-xrotord/rotor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h
index 1d0172f..136d812 100755
--- a/rotord/rotor.h
+++ b/rotord/rotor.h
@@ -17,6 +17,8 @@ http://stackoverflow.com/questions/5261658/how-to-seek-in-ffmpeg-c-c
#include <math.h>
#include <memory>
#include <sys/time.h>
+#include <iostream>
+
#include "Poco/Net/HTTPServer.h"
#include "Poco/Net/HTTPResponse.h"
@@ -36,12 +38,13 @@ http://stackoverflow.com/questions/5261658/how-to-seek-in-ffmpeg-c-c
#include "Poco/Base64Encoder.h"
#include "Poco/Path.h"
#include "Poco/StringTokenizer.h"
-#include <iostream>
+#include "Poco/Logger.h"
using Poco::UUID;
using Poco::UUIDGenerator;
using Poco::Net::HTTPResponse;
+using Poco::Logger;
/*
extern "C" {