summaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-20 13:09:31 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-20 13:09:31 +0200
commit2e23c3c051d0727596858d34b7e2e3eb31e4e534 (patch)
tree1b1f020630d26b51d92df981a1deff53c73abeab /src/RemoteControl.h
parent6b68f5862eadbe0bd37254435619ba92ee834635 (diff)
downloaddabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.tar.gz
dabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.tar.bz2
dabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.zip
Fix RC includes
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r--src/RemoteControl.h2
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"