From 069bdbd011ff23d8e9f90c18c1ebe89c5da49ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 4 May 2014 17:44:54 +0200 Subject: [PATCH] Fixed deprecated header. --- src/Magnum/Shaders/magnumShadersResourceImport.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Shaders/magnumShadersResourceImport.hpp b/src/Magnum/Shaders/magnumShadersResourceImport.hpp index 504ee401d..af4e3262b 100644 --- a/src/Magnum/Shaders/magnumShadersResourceImport.hpp +++ b/src/Magnum/Shaders/magnumShadersResourceImport.hpp @@ -29,9 +29,9 @@ #ifdef MAGNUM_BUILD_STATIC #ifdef MAGNUM_BUILD_DEPRECATED -#include "Magnum/Shaders/resourceImport.h" +#include "Magnum/Shaders/resourceImport.hpp" #else -#error use Magnum/Shaders/resourceImport.h instead +#error use Magnum/Shaders/resourceImport.hpp instead #endif #else #error this header is available only in static build