Merge pull request #8702 from Icinga/bugfix/missing-iostream-include

Add missing #include <iostream>
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-03-26 17:16:01 +01:00 committed by GitHub
commit 65a77d4955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "base/i2-base.hpp"
#include "base/stream.hpp"
#include <iosfwd>
#include <iostream>
namespace icinga {