mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
Fix #215: istringstream used without #include <sstream>
This commit is contained in:
parent
ccdfe9839d
commit
f0568ff4a7
@ -23,6 +23,7 @@
|
||||
#define REQUEST_CONTEXT_H
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <stdexcept>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user