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
1 changed files with 1 additions and 0 deletions

View File

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