From ba92ab9460d3bba4b965da4f07e11f7764340fe5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 22 Jul 2013 14:55:35 +0200 Subject: [PATCH] Yet another build fix. --- components/livestatus/hoststable.cpp | 1 + components/livestatus/servicestable.cpp | 1 + components/livestatus/statustable.cpp | 1 + components/livestatus/timeperiodstable.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/components/livestatus/hoststable.cpp b/components/livestatus/hoststable.cpp index 991afd8bb..5d07490b2 100644 --- a/components/livestatus/hoststable.cpp +++ b/components/livestatus/hoststable.cpp @@ -28,6 +28,7 @@ #include "base/dynamictype.h" #include "base/objectlock.h" #include "base/convert.h" +#include "base/utility.h" #include #include #include diff --git a/components/livestatus/servicestable.cpp b/components/livestatus/servicestable.cpp index c384f4313..b163f8df6 100644 --- a/components/livestatus/servicestable.cpp +++ b/components/livestatus/servicestable.cpp @@ -28,6 +28,7 @@ #include "base/dynamictype.h" #include "base/objectlock.h" #include "base/convert.h" +#include "base/utility.h" #include #include diff --git a/components/livestatus/statustable.cpp b/components/livestatus/statustable.cpp index fc474aa26..b959b195d 100644 --- a/components/livestatus/statustable.cpp +++ b/components/livestatus/statustable.cpp @@ -22,6 +22,7 @@ #include "icinga/icingaapplication.h" #include "icinga/cib.h" #include "base/dynamictype.h" +#include "base/utility.h" #include using namespace icinga; diff --git a/components/livestatus/timeperiodstable.cpp b/components/livestatus/timeperiodstable.cpp index 6246c4b63..865748d97 100644 --- a/components/livestatus/timeperiodstable.cpp +++ b/components/livestatus/timeperiodstable.cpp @@ -23,6 +23,7 @@ #include "base/dynamictype.h" #include "base/objectlock.h" #include "base/convert.h" +#include "base/utility.h" #include #include -- 2.40.0