mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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…
x
Reference in New Issue
Block a user