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 /src | |
parent | edd04d31eb591180b76969be971039b0cde00c88 (diff) | |
download | qtlocation-mapboxgl-844299f1c3b22eed4bf07c37052b3c2ea35e2564.tar.gz |
[build] remove roundtrip through <experimental/optional> when using optional
Diffstat (limited to 'src')
-rw-r--r-- | src/csscolorparser/csscolorparser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csscolorparser/csscolorparser.hpp b/src/csscolorparser/csscolorparser.hpp index 0e16ec4996..b6bc5570f9 100644 --- a/src/csscolorparser/csscolorparser.hpp +++ b/src/csscolorparser/csscolorparser.hpp @@ -27,7 +27,7 @@ #include <string> #include <cmath> -#include <experimental/optional> +#include <optional.hpp> namespace CSSColorParser { |