diff --git a/src/Plugins/TgaImporter/TgaImporter.cpp b/src/Plugins/TgaImporter/TgaImporter.cpp index c6fcf795d..599392a2e 100644 --- a/src/Plugins/TgaImporter/TgaImporter.cpp +++ b/src/Plugins/TgaImporter/TgaImporter.cpp @@ -20,6 +20,7 @@ #include "Trade/ImageData.h" using namespace std; +using namespace Corrade::Utility; namespace Magnum { namespace Trade { namespace TgaImporter {