summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-20 13:53:22 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 14:32:21 -0400
commitd67f862400c5b04b6ba23e38fdb24cdf3471f6c3 (patch)
tree521a48f38356009aef4a179ed265e23b17aad58d /include
parentdae18cc7bc5a136a41243dd9ab383498e282cfeb (diff)
downloadqtlocation-mapboxgl-d67f862400c5b04b6ba23e38fdb24cdf3471f6c3.tar.gz
#include <atomic>
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 8ef08dc37f..09fe05cb2e 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -16,6 +16,7 @@
#include <mutex>
#include <condition_variable>
#include <memory>
+#include <atomic>
namespace mbgl {