diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-16 13:25:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 13:25:06 -0700 |
commit | 19158d9f01909bf566616524f23e0acb635562f7 (patch) | |
tree | a3adf8c8713dbe6d20fe9fae055836e677b4ca47 /include/mbgl/map | |
parent | 3f024ebaf02e82e9282e303a46127f366a84904d (diff) | |
download | qtlocation-mapboxgl-19158d9f01909bf566616524f23e0acb635562f7.tar.gz |
[core, node] Implement setPaintProperty for color properties (#5380)
Diffstat (limited to 'include/mbgl/map')
-rw-r--r-- | include/mbgl/map/view.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/view.hpp b/include/mbgl/map/view.hpp index 9f12ee5fb6..fa6f91d910 100644 --- a/include/mbgl/map/view.hpp +++ b/include/mbgl/map/view.hpp @@ -4,6 +4,7 @@ #include <mbgl/util/chrono.hpp> #include <mbgl/util/image.hpp> +#include <array> #include <functional> #include <memory> |