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 {