From 24408d2a82c752df4ed35121a9761acf37511529 Mon Sep 17 00:00:00 2001 From: Anchor Date: Thu, 18 Apr 2019 11:59:14 -0700 Subject: [DRTVWR-476] - fix openjpeg include --- indra/llimagej2coj/llimagej2coj.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index 925da5674b..3fe5d56d4f 100644 --- a/indra/llimagej2coj/llimagej2coj.cpp +++ b/indra/llimagej2coj/llimagej2coj.cpp @@ -28,7 +28,7 @@ #include "llimagej2coj.h" // this is defined so that we get static linking. -#include "openjpeg.h" +#include "opj_includes.h" #include "lltimer.h" //#include "llmemory.h" -- cgit v1.2.3