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