diff options
author | Anchor <none@none> | 2019-04-18 11:59:14 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:20 -0400 |
commit | 24408d2a82c752df4ed35121a9761acf37511529 (patch) | |
tree | 61268f367ce7f5e36ab59b57de6a43e94a9c3ba0 /indra/llimagej2coj/llimagej2coj.cpp | |
parent | 65b268ff861e8decadaee9a70b2d5ce78e571cbc (diff) |
[DRTVWR-476] - fix openjpeg include
Diffstat (limited to 'indra/llimagej2coj/llimagej2coj.cpp')
-rw-r--r-- | indra/llimagej2coj/llimagej2coj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |