diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-05 16:59:54 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-05 16:59:54 +0100 |
commit | 55ac1e01f29b27ed554d1b43645931d5b8925562 (patch) | |
tree | 570073a5e9a7d4087059b64def69d70e3082f4c8 /linux | |
parent | 5037e00ed9333adb3dccdf1aa65c09162b6fabe1 (diff) | |
download | qtlocation-mapboxgl-55ac1e01f29b27ed554d1b43645931d5b8925562.tar.gz |
include atomic
Diffstat (limited to 'linux')
-rw-r--r-- | linux/request.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/request.hpp b/linux/request.hpp index a61437c942..78348d4bfd 100644 --- a/linux/request.hpp +++ b/linux/request.hpp @@ -3,6 +3,7 @@ #include <string> #include <functional> +#include <atomic> #include <curl/curl.h> |