From e68fa7c6cb9a718ec16cf849e5885e1ca9b3cf3d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 6 Aug 2018 10:50:40 +0200 Subject: Set ASIO_STANDALONE in CXXFLAGS --- Makefile.am | 2 +- src/RemoteControl.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 #include #include +#include #include #include "RemoteControl.h" -- cgit v1.2.3