Add missing includes

This commit is contained in:
Alexander A. Klimov 2019-03-12 17:55:39 +01:00
parent ff3a2fe3da
commit d428bdf384
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#include "base/application.hpp"
#include "base/tlsstream.hpp"
#include "base/utility.hpp"
#include "base/exception.hpp"

View File

@ -4,6 +4,7 @@
#include "remote/apilistener.hpp"
#include "remote/apifunction.hpp"
#include "remote/jsonrpc.hpp"
#include "base/defer.hpp"
#include "base/configtype.hpp"
#include "base/io-engine.hpp"
#include "base/json.hpp"