diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 13:09:31 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 13:09:31 +0200 |
commit | 2e23c3c051d0727596858d34b7e2e3eb31e4e534 (patch) | |
tree | 1b1f020630d26b51d92df981a1deff53c73abeab /src | |
parent | 6b68f5862eadbe0bd37254435619ba92ee834635 (diff) | |
download | dabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.tar.gz dabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.tar.bz2 dabmux-2e23c3c051d0727596858d34b7e2e3eb31e4e534.zip |
Fix RC includes
Diffstat (limited to 'src')
-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" |