From 80bb9d1561bd4701eeda0ee4245fcf664e7217b9 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Thu, 8 Sep 2022 16:21:23 +0200 Subject: [PATCH] trivial build system fixes * src/test_utils.hh: Add #include * Makefile: Link with libpEpCxx11 --- Makefile | 2 +- src/test_utils.hh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe76077..ff570e6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include Makefile.conf LDFLAGS:=$(LDFLAGS) -LDLIBS=-lstdc++ -lpthread -lpEpEngine -lpEpAdapter -ldl +LDLIBS=-lstdc++ -lpthread -lpEpEngine -lpEpCxx11 -lpEpAdapter -ldl CXXFLAGS:=-I./src $(CXXFLAGS) # Src diff --git a/src/test_utils.hh b/src/test_utils.hh index 89af446..b4dd069 100644 --- a/src/test_utils.hh +++ b/src/test_utils.hh @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include