diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-29 22:58:44 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-29 22:58:44 +0900 |
commit | 9790e94cd6e490d58823b8782af0302d23a7c3bb (patch) | |
tree | fceb2b48a0cb6889b1a619426a08615715be69c9 | |
parent | 06645269475561027790e0b58602647a92d6599d (diff) | |
download | libquotient-9790e94cd6e490d58823b8782af0302d23a7c3bb.tar.gz libquotient-9790e94cd6e490d58823b8782af0302d23a7c3bb.zip |
Fix building with Microsoft's standard library
-rw-r--r-- | connectiondata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectiondata.h b/connectiondata.h index 9cdc32ce..9f17a9b5 100644 --- a/connectiondata.h +++ b/connectiondata.h @@ -20,6 +20,7 @@ #include <QtCore/QUrl> +#include <functional> #include <memory> class QNetworkAccessManager; |