From f4ff7de6117b6e19b3fb755ff9e974bb8534cf0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 1 Jun 2012 11:58:34 +0200 Subject: [PATCH] Revert "Adapted to Magnum changes." Don't commit without testing. This reverts commit e709ad800bb7ca4b63ddab4b4e8b3ae1f8113fb7. --- src/Plugins/TgaImporter/TgaImporter.cpp | 1 + 1 file changed, 1 insertion(+) 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 {