3
0
Fork 0

Fix #215: istringstream used without #include <sstream>

fix-bug-pid
Pavel Minaev 7 years ago
parent ccdfe9839d
commit f0568ff4a7

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

Loading…
Cancel
Save