mirror of https://github.com/Icinga/icinga2.git
Fix missing include
This commit is contained in:
parent
cc73eed2af
commit
51d5a3e457
|
@ -22,6 +22,7 @@
|
|||
#include "base/debug.hpp"
|
||||
#include "base/primitivetype.hpp"
|
||||
#include "base/configwriter.hpp"
|
||||
#include <sstream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <iosfwd>
|
||||
#include <deque>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue