Include stdexcept to fix GCC v10 compilation

This commit is contained in:
Kelson 2020-02-01 13:29:07 +01:00
parent 3ae596783d
commit 6a975994cc
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <map>
#include <pthread.h>
#include <memory>
#include <stdexcept>
namespace kiwix
{

View File

@ -25,6 +25,7 @@
#include <memory>
#include <map>
#include <stdexcept>
#include <pthread.h>
std::map<std::string, std::shared_ptr<icu::RegexPattern>> regexCache;