From 5830249bacfd02c94d8623d19e1b14e319c99b80 Mon Sep 17 00:00:00 2001 From: Hugo Amiard Date: Tue, 3 Jan 2023 16:48:47 +0100 Subject: [PATCH] Fix Emscripten TextureImage.cpp no deprecated build --- src/Magnum/DebugTools/TextureImage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/DebugTools/TextureImage.cpp b/src/Magnum/DebugTools/TextureImage.cpp index f30c0e665..0e2a6d558 100644 --- a/src/Magnum/DebugTools/TextureImage.cpp +++ b/src/Magnum/DebugTools/TextureImage.cpp @@ -37,6 +37,7 @@ #if defined(MAGNUM_TARGET_GLES) && !defined(MAGNUM_TARGET_GLES2) #include #include +#include #include #include "Magnum/GL/AbstractShaderProgram.h" @@ -56,7 +57,7 @@ static void importDebugToolsResources() { namespace Magnum { namespace DebugTools { #if defined(MAGNUM_TARGET_GLES) && !defined(MAGNUM_TARGET_GLES2) -using namespace Containers::Literals; +using namespace Corrade::Containers::Literals; namespace {