From 307996c7ebfd03186a8044cc69b764b71c51e79e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 16 Apr 2014 21:07:10 +0200 Subject: remove using directives from .h files --- src/RemoteControl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/RemoteControl.cpp') 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() -- cgit v1.2.3