Add missing <sstream> header

This failed under C++03 builds. C++11 was OK, so it slipped past the initial smoke tests
pull/242/merge
Jeffrey Walton 2017-05-20 04:09:17 -04:00
parent 1427f5ecf9
commit 8c02c60584
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "misc.h" #include "misc.h"
#include <iostream> #include <iostream>
#include <sstream>
#include <iomanip> #include <iomanip>
#include <ctime> #include <ctime>
#include <cctype> #include <cctype>