summaryrefslogtreecommitdiff
path: root/src/mbgl
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-07-16 14:58:45 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-07-16 18:25:09 +0200
commit77894f0586244049f62682945ed358ca738aa8e0 (patch)
tree864fe3353efefe398195bf051e12c14041d5bc28 /src/mbgl
parent561e55eb6c67f96ea05b471930bbd365dc44629d (diff)
downloadqtlocation-mapboxgl-77894f0586244049f62682945ed358ca738aa8e0.tar.gz
[core] treat parsedate as C++ file to remove C build rules
It is already wrapped with #ifdef __cplusplus extern "C", so we can safely compile it as C++ but retain C linkage
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/util/chrono.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/chrono.cpp b/src/mbgl/util/chrono.cpp
index a880093b74..c304548cf1 100644
--- a/src/mbgl/util/chrono.cpp
+++ b/src/mbgl/util/chrono.cpp
@@ -1,6 +1,6 @@
#include <mbgl/util/chrono.hpp>
-#include <parsedate/parsedate.h>
+#include <parsedate/parsedate.hpp>
#include <cstdio>
#include <ctime>