diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-16 21:07:10 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-16 21:07:10 +0200 |
commit | 307996c7ebfd03186a8044cc69b764b71c51e79e (patch) | |
tree | d5b2071124be1e59d14e351c4ba6e3834284e612 /src/RemoteControl.cpp | |
parent | 28b152d40742481d8eae0108afd4e6bf7a17eb2a (diff) | |
download | dabmod-307996c7ebfd03186a8044cc69b764b71c51e79e.tar.gz dabmod-307996c7ebfd03186a8044cc69b764b71c51e79e.tar.bz2 dabmod-307996c7ebfd03186a8044cc69b764b71c51e79e.zip |
remove using directives from .h files
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r-- | src/RemoteControl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 03cef2c..b3fdfec 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -32,6 +32,7 @@ #include "RemoteControl.h" using boost::asio::ip::tcp; +using namespace std; void RemoteControllerTelnet::restart() |