summaryrefslogtreecommitdiff
path: root/test/headless.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-08 14:53:17 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-08 14:53:17 -0700
commitdf65ecaa343dc977857693b1719f3fe54a47e6d4 (patch)
tree294ca90692e685ba92474dfb5d6b38bd815d875b /test/headless.cpp
parentec958d68be1cfe06cc45f3bdbb7c43ab473f3617 (diff)
downloadqtlocation-mapboxgl-df65ecaa343dc977857693b1719f3fe54a47e6d4.tar.gz
fix compile errors
Diffstat (limited to 'test/headless.cpp')
-rw-r--r--test/headless.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/headless.cpp b/test/headless.cpp
index 108d7627be..2428b1a2f8 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -5,9 +5,10 @@
#include <llmr/util/io.hpp>
#include <llmr/util/std.hpp>
-#include "../common/headless_view.hpp"
#include <rapidjson/document.h>
+#include "../common/headless_view.hpp"
+
const std::string base_directory = []{
std::string fn = __FILE__;
fn.erase(fn.find_last_of("/"));