commit | b1db7c66642673d33c8f0c1ba4999cf55596a09d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 03 14:57:25 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 03 16:17:46 2014 -0700 |
tree | 1ff8e3b2d38f4b216ad47d54a90df5a5ac21283b | |
parent | 3024278a636469fa31d63e847e8ecf682ed77778 [diff] [blame] |
build: Warnings correction for gcc 4.2 Also in this commit some code style corrections. Change-Id: Idf2b5b96b328fb3dbea7440362c84d7759a10ec5 Refs: #1429
diff --git a/tests/management/nfd-forwarder-status.cpp b/tests/management/nfd-forwarder-status.cpp index d881ad1..2523795 100644 --- a/tests/management/nfd-forwarder-status.cpp +++ b/tests/management/nfd-forwarder-status.cpp
@@ -7,7 +7,7 @@ #include "management/nfd-forwarder-status.hpp" #include "data.hpp" -#include <boost/test/unit_test.hpp> +#include "boost-test.hpp" namespace ndn { namespace nfd {