diff options
Diffstat (limited to 'src')
-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 9515e85..3c27279 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -29,6 +29,7 @@ #include <iostream> #include <string> #include <thread> +#include <functional> #include <asio.hpp> #include "RemoteControl.h" |