]> granicus.if.org Git - icinga2/commitdiff
build fix on debian squeeze
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 30 Jul 2013 20:38:33 +0000 (22:38 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 30 Jul 2013 20:38:33 +0000 (22:38 +0200)
components/livestatus/hoststable.cpp
components/livestatus/servicestable.cpp
lib/icinga/compatutility.cpp
lib/icinga/service-check.cpp
lib/ido/dbconnection.cpp

index 5d07490b209c076c538e4e29f44c9e478f268a5f..c33d19dff50686c65c6a0b6a706de836be95280f 100644 (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;
index b163f8df666a3c58a28f3bf4dd726b18ac0a04a0..2b13b59e9bd40120c0b26e6c36f9808ab3ff3917 100644 (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;
index 014e6d718f9d80c3e4d5babbe55a4b1b73901f08..c566f7ba2d82b1fae14211c5d09be1e5f3789b90 100644 (file)
 #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>
 
index ef9f2882e5a30a4cdb18a5ce0709b85f681a17d3..cf090dd8893a4d7ae07697f6fe6d4022b62c2065 100644 (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;
 
index 9b4de79b06b1e32717f81fa0973a4747d8919efe..b7c0106e3f177172399bf04bb79f9fecfe7eb1a1 100644 (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;