commit | 759db61b84c250b00abcfef8477d45a1ad43c1aa | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Aug 31 22:56:28 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Sep 22 19:17:57 2019 -0700 |
tree | 9e6a5c4754e8a12329d53be30a8a5a456491627b | |
parent | 6c8c2a0b9c6d1664a9ee1739ed03a340c305bd86 [diff] [blame] |
daemon: add missing include Change-Id: I169e1c9e911bf298cd415746b58fda4c4290c931
diff --git a/daemon/main.cpp b/daemon/main.cpp index 8a236ab..47f7333 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp
@@ -47,6 +47,7 @@ #include <thread> #include <ndn-cxx/util/logging.hpp> +#include <ndn-cxx/util/ostream-joiner.hpp> #include <ndn-cxx/version.hpp> #ifdef HAVE_LIBPCAP