From cff080f8dfcbf3b5729a38bbe5ba4bc80a1a4d79 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 11 Nov 2022 09:40:55 +0100 Subject: cruft for the cruft god --- compat/prelude.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compat') diff --git a/compat/prelude.hpp b/compat/prelude.hpp index 97ec3c6c..ccc71f06 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -3,10 +3,13 @@ namespace Corrade::Containers::Literals {} namespace Corrade::Containers {} namespace Corrade::Utility::Path {} +namespace Corrade::Utility { class Debug; class Error; } namespace Magnum {} namespace floormat { using namespace ::Magnum; using namespace ::Corrade::Containers; using namespace ::Corrade::Containers::Literals; + using Debug [[maybe_unused]] = ::Corrade::Utility::Debug; + using Error [[maybe_unused]] = ::Corrade::Utility::Error; namespace Path = Corrade::Utility::Path; // NOLINT(misc-unused-alias-decls) } // namespace floormat -- cgit v1.2.3