aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/RemoteControl.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eae5490..4787cff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -524,7 +524,7 @@ odr_dabmod_CFLAGS = -Wall -Isrc -Ilib \
$(GITVERSION_FLAGS)
odr_dabmod_CXXFLAGS = -Wall -Isrc -Ilib -std=c++11 \
$(GITVERSION_FLAGS) \
- -DASIO_HEADER_ONLY
+ -DASIO_STANDALONE
odr_dabmod_LDADD = $(FFT_LDADD)
odr_dabmod_SOURCES = src/DabMod.cpp \
src/PcDebug.h \
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"