commit | 11c69910f3baa8b5d9d14c10cf36a6b3087f8cc7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Sep 01 01:30:13 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Sep 01 01:30:13 2019 -0400 |
tree | 53e7567539ec470a262f98785674a604de07948d | |
parent | c214e073d8de61febb85646b3529d24f602927b7 [diff] |
dump: add missing include Change-Id: I617a9580216e4c579eebac702309b3610a8c6dcf
diff --git a/tools/dump/main.cpp b/tools/dump/main.cpp index e6a9898..86a9a85 100644 --- a/tools/dump/main.cpp +++ b/tools/dump/main.cpp
@@ -20,6 +20,8 @@ #include "ndndump.hpp" #include "core/version.hpp" +#include <ndn-cxx/util/ostream-joiner.hpp> + #include <sstream> namespace ndn {