mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add missing import
It fixes compilation with some compilers
This commit is contained in:
parent
4c93c70de6
commit
b55c442590
@ -3,6 +3,7 @@
|
|||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
const std::map<QueryParser::FieldType, std::vector<std::string>> QueryParser::fieldNames {
|
const std::map<QueryParser::FieldType, std::vector<std::string>> QueryParser::fieldNames {
|
||||||
{ FieldType::numeric, { "numpages", "number", "count", "arcnumber", "arccount" } },
|
{ FieldType::numeric, { "numpages", "number", "count", "arcnumber", "arccount" } },
|
||||||
|
Loading…
Reference in New Issue
Block a user