Merge pull request #6036 from Icinga/fix/include-sstream

Fix missing include
This commit is contained in:
Gunnar Beutner 2018-01-27 13:29:42 +01:00 committed by GitHub
commit ae7cd01052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "base/debug.hpp"
#include "base/primitivetype.hpp"
#include "base/configwriter.hpp"
#include <sstream>
using namespace icinga;

View File

@ -25,6 +25,7 @@
#include <iosfwd>
#include <deque>
#include <vector>
#include <sstream>
namespace icinga
{