summaryrefslogtreecommitdiffhomepage
path: root/compat/prelude.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-10 16:04:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-10 16:04:57 +0100
commit8dfa3d885b34f9d9cc20b47890268cedb9fb217f (patch)
tree208400aa58f825730fc6220dea76eb1780e8122f /compat/prelude.hpp
parentb1d66390ca5d11e48f58bb87f49b0f9da5338ca0 (diff)
flush it
Diffstat (limited to 'compat/prelude.hpp')
-rw-r--r--compat/prelude.hpp2
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