]> granicus.if.org Git - icinga2/commitdiff
Yet another build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 22 Jul 2013 12:55:35 +0000 (14:55 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 22 Jul 2013 12:55:35 +0000 (14:55 +0200)
components/livestatus/hoststable.cpp
components/livestatus/servicestable.cpp
components/livestatus/statustable.cpp
components/livestatus/timeperiodstable.cpp

index 991afd8bb7d9a5b7d335c9515460e21f0d879f91..5d07490b209c076c538e4e29f44c9e478f268a5f 100644 (file)
@@ -28,6 +28,7 @@
 #include "base/dynamictype.h"
 #include "base/objectlock.h"
 #include "base/convert.h"
+#include "base/utility.h"
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/foreach.hpp>
 #include <boost/smart_ptr/make_shared.hpp>
index c384f43134035d40987aa7e60d025bcdb684864b..b163f8df666a3c58a28f3bf4dd726b18ac0a04a0 100644 (file)
@@ -28,6 +28,7 @@
 #include "base/dynamictype.h"
 #include "base/objectlock.h"
 #include "base/convert.h"
+#include "base/utility.h"
 #include <boost/foreach.hpp>
 #include <boost/tuple/tuple.hpp>
 
index fc474aa26476fbd0b98160d2090eef533c5e25c9..b959b195db798a5592d5dc8b9d7f0585aee68ae9 100644 (file)
@@ -22,6 +22,7 @@
 #include "icinga/icingaapplication.h"
 #include "icinga/cib.h"
 #include "base/dynamictype.h"
+#include "base/utility.h"
 #include <boost/smart_ptr/make_shared.hpp>
 
 using namespace icinga;
index 6246c4b630af746c9e26619046c93d55fe12c361..865748d9774ff6bb4b3f65d72fa5cc7a3f9c8c75 100644 (file)
@@ -23,6 +23,7 @@
 #include "base/dynamictype.h"
 #include "base/objectlock.h"
 #include "base/convert.h"
+#include "base/utility.h"
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/replace.hpp>