Fix compilation with Boost 1.65.0
Also sync default-compiler-flags.py with NFD
Change-Id: Ib39118567428e8fe2ac73f2b7cbd96fe1a9598b8
Refs: #4259, #4248
diff --git a/tests/chunks/producer.t.cpp b/tests/chunks/producer.t.cpp
index d3c339f..c19920b 100644
--- a/tests/chunks/producer.t.cpp
+++ b/tests/chunks/producer.t.cpp
@@ -25,13 +25,15 @@
#include "tools/chunks/putchunks/producer.hpp"
+#include "tests/test-common.hpp"
+#include "tests/identity-management-fixture.hpp"
+
#include <ndn-cxx/security/pib/identity.hpp>
#include <ndn-cxx/security/pib/key.hpp>
#include <ndn-cxx/util/dummy-client-face.hpp>
-#include <cmath>
-#include "tests/test-common.hpp"
-#include "tests/identity-management-fixture.hpp"
+#include <cmath>
+#include <sstream>
namespace ndn {
namespace chunks {