diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 12:05:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 21:40:39 +0100 |
commit | ea39f5aa7f125ac921b893d0c555bb7988b6f341 (patch) | |
tree | a71a46600fdf3bd2e8145bb1fd880642ceb5f03b /compat/prelude.hpp | |
parent | 05c67aac26d6042454e5d0503acdb11b2c667176 (diff) |
random cleanup
Diffstat (limited to 'compat/prelude.hpp')
-rw-r--r-- | compat/prelude.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp index bb5c4da0..5a33e2e9 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -1,8 +1,9 @@ #pragma once #include "integer-types.hpp" #include <type_traits> -#include <Corrade/Containers/Containers.h> +#include <Corrade/Tags.h> #include <Corrade/Utility/Macros.h> +#include <Corrade/Containers/Containers.h> #include <Magnum/Magnum.h> // todo add colors prefix thing @@ -41,4 +42,5 @@ namespace floormat { using Debug [[maybe_unused]] = ::Corrade::Utility::Debug; using Error [[maybe_unused]] = ::Corrade::Utility::Error; namespace Path = Corrade::Utility::Path; // NOLINT(misc-unused-alias-decls) + constexpr inline InPlaceInitT InPlace = InPlaceInit; } // namespace floormat |