diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 16:04:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 16:04:57 +0100 |
commit | 8dfa3d885b34f9d9cc20b47890268cedb9fb217f (patch) | |
tree | 208400aa58f825730fc6220dea76eb1780e8122f /compat/prelude.hpp | |
parent | b1d66390ca5d11e48f58bb87f49b0f9da5338ca0 (diff) |
flush it
Diffstat (limited to 'compat/prelude.hpp')
-rw-r--r-- | compat/prelude.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp index c0c3a40c..97ec3c6c 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -2,9 +2,11 @@ namespace Corrade::Containers::Literals {} namespace Corrade::Containers {} +namespace Corrade::Utility::Path {} namespace Magnum {} namespace floormat { using namespace ::Magnum; using namespace ::Corrade::Containers; using namespace ::Corrade::Containers::Literals; + namespace Path = Corrade::Utility::Path; // NOLINT(misc-unused-alias-decls) } // namespace floormat |