diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 04:18:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 05:29:31 +0100 |
commit | 1a2801f6751f1baf52d5d989b9cccab97b3c921b (patch) | |
tree | 0a9ed21f501bbea9b5088b69e7d39b1c322ec193 /src | |
parent | 802c17175e595ddb3075465a1febc432262bcc3f (diff) |
use Optional's destructuring bind
Diffstat (limited to 'src')
-rw-r--r-- | src/precomp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp index f451b4d3..1e49f55e 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -32,6 +32,7 @@ #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayView.h> #include <Corrade/Containers/StringView.h> +#include <Corrade/Containers/OptionalStl.h> #include <Corrade/Containers/Pointer.h> #include <Corrade/Containers/ArrayViewStl.h> // TODO maybe remove stl #include <Corrade/Containers/StringStlHash.h> |