summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 17:47:10 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 22:52:40 +0200
commitc397fd853c8f5743385cc28596d0c7d261d2d1b6 (patch)
tree763f7eb22d4987515b93eb7d45a72d8d82576d4e /platform
parent419bfbe0eb12db8144bc5361bcc90b419e28f429 (diff)
downloadqtlocation-mapboxgl-c397fd853c8f5743385cc28596d0c7d261d2d1b6.tar.gz
[core] Bump args to 6.2.2 (does not use RTTI)
Diffstat (limited to 'platform')
-rw-r--r--platform/glfw/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/glfw/main.cpp b/platform/glfw/main.cpp
index 77585718e1..c27e5fe8ce 100644
--- a/platform/glfw/main.cpp
+++ b/platform/glfw/main.cpp
@@ -10,7 +10,7 @@
#include <mbgl/style/style.hpp>
#include <mbgl/renderer/renderer.hpp>
-#include <args/args.hxx>
+#include <args.hxx>
#include <csignal>
#include <fstream>