diff options
-rw-r--r-- | src/RemoteControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h index 62299b0..b133a8f 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -47,7 +47,7 @@ #include <boost/asio.hpp> #include <boost/foreach.hpp> #include <boost/tokenizer.hpp> -#include <boost/thread.hpp> +#include <thread> #include <stdexcept> #include "Log.h" |