mirror of https://github.com/Icinga/icinga2.git
Fix missing include
This commit is contained in:
parent
c3388e9af6
commit
9154aa17eb
|
@ -6,7 +6,7 @@
|
||||||
#include "base/i2-base.hpp"
|
#include "base/i2-base.hpp"
|
||||||
#include "base/logger-ti.hpp"
|
#include "base/logger-ti.hpp"
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <iosfwd>
|
#include <sstream>
|
||||||
|
|
||||||
namespace icinga
|
namespace icinga
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue