diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:14:27 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:14:27 +0200 |
commit | dd428769ba5587e913cb2d768e2bca4b70f98c5d (patch) | |
tree | 9374f506ecf051668dfca14e6650e794c0b69828 /src/RemoteControl.cpp | |
parent | fa36e03255eb668195f043d39307f3dc2fa5e809 (diff) | |
download | dabmux-dd428769ba5587e913cb2d768e2bca4b70f98c5d.tar.gz dabmux-dd428769ba5587e913cb2d768e2bca4b70f98c5d.tar.bz2 dabmux-dd428769ba5587e913cb2d768e2bca4b70f98c5d.zip |
Update Remotecontrol with changes from ODR-DabMod
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r-- | src/RemoteControl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 62527bd..c8fb0e8 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -24,6 +24,7 @@ */ #include <list> #include <string> +#include <iostream> #include <string> #include <boost/asio.hpp> #include <boost/thread.hpp> @@ -32,6 +33,7 @@ #include "RemoteControl.h" using boost::asio::ip::tcp; +using namespace std; void RemoteControllerTelnet::restart() |