Fix missing include

refs #8034
This commit is contained in:
Alexander A. Klimov 2020-10-19 12:32:02 +02:00
parent fe4a44096a
commit 9e29936b8f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "icinga/icingaapplication.hpp"
#include "remote/apilistener.hpp"
#include "base/configuration.hpp"
#include "base/defer.hpp"
#include "base/serializer.hpp"
#include "base/exception.hpp"
#include <boost/thread/once.hpp>