install_helpers: add iostream include to tools

fixes compilation error on Ubuntu 18.04

Change-Id: I5227413788b9a5e1e88c195a20177939fae39281
diff --git a/install_helpers/tools/test-congestionmark-producer.cpp b/install_helpers/tools/test-congestionmark-producer.cpp
index c83d15d..9d9232e 100644
--- a/install_helpers/tools/test-congestionmark-producer.cpp
+++ b/install_helpers/tools/test-congestionmark-producer.cpp
@@ -15,6 +15,8 @@
 #include <ndn-cxx/lp/tags.hpp>
 #include <ndn-cxx/security/key-chain.hpp>
 
+#include <iostream>
+
 using namespace ndn;
 
 class TestCongestionMarkProducer