mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-19 23:54:16 -05:00
Include stdexcept to fix GCC v10 compilation
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <map>
|
||||
#include <stdexcept>
|
||||
#include <pthread.h>
|
||||
|
||||
std::map<std::string, std::shared_ptr<icu::RegexPattern>> regexCache;
|
||||
|
||||
Reference in New Issue
Block a user