diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-06 19:35:17 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-06 19:35:17 +0900 |
commit | b97e759502aa1bcfee72029ed5ea1eda12af12b8 (patch) | |
tree | 2ee497f9cf83f2aa4985e8bd67772506db3168a9 /lib | |
parent | 59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e (diff) | |
download | libquotient-b97e759502aa1bcfee72029ed5ea1eda12af12b8.tar.gz libquotient-b97e759502aa1bcfee72029ed5ea1eda12af12b8.zip |
converters.h: Fix CI
Diffstat (limited to 'lib')
-rw-r--r-- | lib/converters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/converters.h b/lib/converters.h index 1b70fba4..4cf51cbd 100644 --- a/lib/converters.h +++ b/lib/converters.h @@ -23,6 +23,7 @@ #include <QtCore/QDate> #include <unordered_map> +#include <vector> // Enable std::unordered_map<QString, T> namespace std |