Browse Source

Test: PityTest - Fix linux build

master
heck 4 years ago
parent
commit
9af15eeec0
  1. 2
      Makefile
  2. 1
      src/PityTree.hh
  3. 1
      src/PityTree.hxx

2
Makefile

@ -2,7 +2,7 @@ include ../../Makefile.conf
TARGET=src/libPityTest.a
LDFLAGS:=-L../../src/ $(LDFLAGS) -L../framework/
LDLIBS=-lstdc++ -lpEpAdapter -lpEpEngine
LDLIBS=-lstdc++ -lpEpAdapter -lpEpEngine -lpthread -ldl
CXXFLAGS:=-std=c++11 -g -I./src $(CXXFLAGS)
TEST_EXTRA_OBJS=../framework/utils.o

1
src/PityTree.hh

@ -10,6 +10,7 @@
#include <memory>
#include <functional>
#include <type_traits>
#include <vector>
namespace pEp {
namespace PityTest11 {

1
src/PityTree.hxx

@ -7,6 +7,7 @@
#include "PityTree.hh"
#include <memory>
#include <sstream>
#include <algorithm>
namespace pEp {
namespace PityTest11 {

Loading…
Cancel
Save