diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 12:26:07 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 12:26:07 +0200 |
commit | fd8280eb515c93717b31a1937453dd3a60aaccf7 (patch) | |
tree | 4c6c8378082e2482249bcb8ac926365ad46a68e4 /test | |
parent | 367b35998d5f7b7cedc2ac40625aba4361adb7ad (diff) | |
download | qtlocation-mapboxgl-fd8280eb515c93717b31a1937453dd3a60aaccf7.tar.gz |
include correct uv header in test fixture
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/fixture_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/fixture_request.cpp b/test/fixtures/fixture_request.cpp index b73020590c..1a7ed2ccc3 100644 --- a/test/fixtures/fixture_request.cpp +++ b/test/fixtures/fixture_request.cpp @@ -1,6 +1,6 @@ #include <mbgl/platform/platform.hpp> #include <mbgl/platform/request.hpp> -#include <mbgl/util/uv.hpp> +#include <mbgl/util/uv_detail.hpp> #include <mbgl/platform/log.hpp> const std::string base_directory = []{ |