mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 21:06:42 -04:00
Merge pull request #216 from int19h/215
Fix #215: istringstream used without #include <sstream>
This commit is contained in:
commit
4b8c8c5f6f
@ -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…
x
Reference in New Issue
Block a user