3
0
Fork 0

Merge pull request #216 from int19h/215

Fix #215: istringstream used without #include <sstream>
fix-bug-pid
Matthieu Gautier 7 years ago committed by GitHub
commit 4b8c8c5f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save