diff options
| author | Comment <tim@gray.(none)> | 2013-03-08 01:02:07 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-08 01:02:07 +0000 |
| commit | 8e1d11383ed4ef2e41b11fa88b475014c8c2ba5c (patch) | |
| tree | d365b70fa20417a72654a3756f8d1b22e2458219 /rotord/rotor.h | |
| parent | 4c2f390a7a47d396e9581e122633313f6a4295a9 (diff) | |
net stream files
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 9f847f6..d79c9e2 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -57,11 +57,15 @@ next - build signal_output and make a working chain with dummy data #include "Poco/Random.h" #include "Poco/AutoPtr.h" #include "Poco/File.h" +#include "Poco/Net/HTTPStreamFactory.h" +#include "Poco/URIStreamOpener.h" +#include <memory> #include <iostream> using Poco::UUID; using Poco::UUIDGenerator; using Poco::Net::HTTPResponse; +using Poco::URIStreamOpener; #include "vampHost.h" #include "xmlIO.h" |
