summaryrefslogtreecommitdiff
path: root/include/llmr/style
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-14 15:09:05 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-14 15:09:05 -0700
commitaf9293a65b7d29ebe7eec9d4446bd90d283b65af (patch)
tree3c25c305eddab90854b60e5c0a1ae085ca5d1ef6 /include/llmr/style
parentd91aa9c7e2d77290dba79c7d15157858f84b38af (diff)
downloadqtlocation-mapboxgl-af9293a65b7d29ebe7eec9d4446bd90d283b65af.tar.gz
fix includes
Diffstat (limited to 'include/llmr/style')
-rw-r--r--include/llmr/style/style_source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llmr/style/style_source.hpp b/include/llmr/style/style_source.hpp
index e7b742abb8..a368e4fd7b 100644
--- a/include/llmr/style/style_source.hpp
+++ b/include/llmr/style/style_source.hpp
@@ -3,6 +3,8 @@
#include <llmr/style/types.hpp>
+#include <memory>
+
namespace llmr {
class Source;