commit | a3148081cef9d3f5f218948e4aa135ad8cf7ca45 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Apr 12 18:21:54 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sat May 05 23:04:22 2018 -0400 |
tree | ef6339dc4f4d610bf3f11a4d81d8839e1cf77f21 | |
parent | 782a1d1621a379ad05b84d635ade943655ffb9a9 [diff] [blame] |
core: reimplement logging using ndn-cxx's facility Change-Id: Ifc7c5d70a61ad405dc1f1adfa522a2c0ad1586ab Refs: #4580
diff --git a/tests/core/network-predicate.t.cpp b/tests/core/network-predicate.t.cpp index d7ef008..a0a510e 100644 --- a/tests/core/network-predicate.t.cpp +++ b/tests/core/network-predicate.t.cpp
@@ -24,6 +24,7 @@ */ #include "core/network-predicate.hpp" +#include "core/config-file.hpp" #include "tests/test-common.hpp"