From 0b7d07f841d8ed1f6da94a8f4a2900c2eff6355d Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 7 Apr 2020 18:14:11 -0700 Subject: Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c++ destructors. Added JPEG and PNG encoding/decoding tests --- Tests/IncludeTest/TextureLoader/ImageH_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/IncludeTest/TextureLoader') diff --git a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp index b27d834..0820358 100644 --- a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp +++ b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp @@ -25,4 +25,4 @@ * of the possibility of such damages. */ -#include "TextureLoader/interface/Image.hpp" +#include "TextureLoader/interface/Image.h" -- cgit v1.2.3