Add another missing include

refs #7433
This commit is contained in:
Gunnar Beutner 2014-10-24 08:27:03 +02:00
parent e0c527e0e5
commit 4661f2c1ea

View File

@ -27,6 +27,7 @@
#include <boost/algorithm/string/split.hpp> #include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/classification.hpp>
#include <fstream> #include <fstream>
#include <iostream>
using namespace icinga; using namespace icinga;
namespace po = boost::program_options; namespace po = boost::program_options;