mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8702 from Icinga/bugfix/missing-iostream-include
Add missing #include <iostream>
This commit is contained in:
commit
65a77d4955
|
@ -6,6 +6,7 @@
|
|||
#include "base/i2-base.hpp"
|
||||
#include "base/stream.hpp"
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
|
||||
namespace icinga {
|
||||
|
||||
|
|
Loading…
Reference in New Issue