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

This commit is contained in:
Pavel Minaev 2018-08-02 18:33:40 -07:00
parent ccdfe9839d
commit f0568ff4a7

View File

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