mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6544 from gunnarbeutner/fix/deprecated-strstream-header
Remove #include for deprecated header file
This commit is contained in:
commit
af00ac0e6c
|
@ -26,7 +26,7 @@
|
|||
#include <climits>
|
||||
#include <initializer_list>
|
||||
#include <iomanip>
|
||||
#include <strstream>
|
||||
#include <sstream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue