diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2019-06-11 10:11:47 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-06-12 12:04:07 +0200 |
commit | 844299f1c3b22eed4bf07c37052b3c2ea35e2564 (patch) | |
tree | c752b704492df12395c6db6447183e9621485a8e /include/mbgl | |
parent | edd04d31eb591180b76969be971039b0cde00c88 (diff) | |
download | qtlocation-mapboxgl-844299f1c3b22eed4bf07c37052b3c2ea35e2564.tar.gz |
[build] remove roundtrip through <experimental/optional> when using optional
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/util/optional.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/optional.hpp b/include/mbgl/util/optional.hpp index abec02dca9..e0a3786a77 100644 --- a/include/mbgl/util/optional.hpp +++ b/include/mbgl/util/optional.hpp @@ -1,6 +1,6 @@ #pragma once -#include <experimental/optional> +#include <optional.hpp> namespace mbgl { |