diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-17 14:55:08 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-17 14:55:08 +0100 |
| commit | 7e3657d7783b7a6cdb48719d17ec3ac381dd8ae7 (patch) | |
| tree | e689435ec5340dba3b6c60486db381ed9be5f5cd /rotord/rotor.h | |
| parent | b86e859b9796468ef8b0d19ebd9f5f302101464c (diff) | |
logging http responses
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 5 |
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" { |
