diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-05-18 20:51:39 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-18 20:51:39 +0800 |
| commit | 568a74e63ab9c136676a84dbbf53a34f810b07da (patch) | |
| tree | 4164ff56c924454edc5591c1616bb579932abfec /indra/llimagej2coj/llimagej2coj.cpp | |
| parent | b228223b5d7b4b8c7db01208c84a0d22cbfc395c (diff) | |
| parent | c8f1c4e4123df15fd27e6559ff88885ceab0aa29 (diff) | |
Merge branch 'main' into 2026.02
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 9350901324..7cfadb889d 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-2.5/openjpeg.h> +#include "openjpeg.h" // Factory function: see declaration in llimagej2c.cpp LLImageJ2CImpl* fallbackCreateLLImageJ2CImpl() |
