header fix for use of stringstream

This commit is contained in:
Alden Torres 2017-08-10 12:42:23 -04:00 committed by Arvid Norberg
parent 865ff09a84
commit 0ac01a8532
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <functional>
#include <string>
#include <algorithm>
#include <sstream>
using namespace std::placeholders;