From 8dfa3d885b34f9d9cc20b47890268cedb9fb217f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Nov 2022 16:04:57 +0100 Subject: flush it --- compat/prelude.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat') 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 -- cgit v1.2.3