Merge pull request #6544 from gunnarbeutner/fix/deprecated-strstream-header

Remove #include for deprecated header file
This commit is contained in:
Michael Friedrich 2018-08-22 11:50:25 +02:00 committed by GitHub
commit af00ac0e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <climits>
#include <initializer_list>
#include <iomanip>
#include <strstream>
#include <sstream>
using namespace icinga;