build fix on debian squeeze

This commit is contained in:
Michael Friedrich 2013-07-30 22:38:33 +02:00
parent 19c0925fa9
commit 0634847055
5 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <boost/foreach.hpp>
#include <boost/smart_ptr/make_shared.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
using namespace icinga;

View File

@ -31,6 +31,7 @@
#include "base/utility.h"
#include <boost/foreach.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/algorithm/string/replace.hpp>
using namespace icinga;
using namespace livestatus;

View File

@ -21,8 +21,11 @@
#include "icinga/compatutility.h"
#include "icinga/checkcommand.h"
#include "icinga/eventcommand.h"
#include "base/objectlock.h"
#include "base/utility.h"
#include <boost/smart_ptr/make_shared.hpp>
#include <boost/foreach.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>

View File

@ -31,6 +31,7 @@
#include <boost/smart_ptr/make_shared.hpp>
#include <boost/foreach.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <boost/algorithm/string/replace.hpp>
using namespace icinga;

View File

@ -21,6 +21,7 @@
#include "ido/dbvalue.h"
#include "icinga/icingaapplication.h"
#include "base/dynamictype.h"
#include "base/utility.h"
#include <boost/foreach.hpp>
using namespace icinga;