mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #6036 from Icinga/fix/include-sstream
Fix missing include
This commit is contained in:
commit
ae7cd01052
@ -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…
x
Reference in New Issue
Block a user