Merge pull request #216 from int19h/215

Fix #215: istringstream used without #include <sstream>
This commit is contained in:
Matthieu Gautier 2018-08-03 11:17:56 +02:00 committed by GitHub
commit 4b8c8c5f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
#define REQUEST_CONTEXT_H
#include <string>
#include <sstream>
#include <map>
#include <stdexcept>