commit | 89567d3b313c8d34d4ee075a17bd1a70d523b9bc | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Nov 19 16:39:45 2016 +0100 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Nov 20 02:19:25 2016 +0100 |
tree | 36ecee4e0d5d5f6c859a882dc8ec4b5491f69a53 | |
parent | dcdf6212cc2cc2afe71540ae37320924f7b7da67 [diff] [blame] |
core: Network: misc code cleanups Change-Id: Idc37b5f834220e8e980958953785806687435f36 Refs: #3858
diff --git a/tests/core/logger.t.cpp b/tests/core/logger.t.cpp index 07373e5..11dcfa4 100644 --- a/tests/core/logger.t.cpp +++ b/tests/core/logger.t.cpp
@@ -27,8 +27,8 @@ #include "tests/test-common.hpp" -#include <boost/algorithm/string.hpp> #include <boost/algorithm/string/classification.hpp> +#include <boost/algorithm/string/split.hpp> namespace nfd { namespace tests {