mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
12 lines
283 B
Diff
12 lines
283 B
Diff
--- a/Source/WebCore/platform/image-decoders/jpeg2000/JPEG2000ImageDecoder.cpp
|
|
+++ b/Source/WebCore/platform/image-decoders/jpeg2000/JPEG2000ImageDecoder.cpp
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#if USE(OPENJPEG)
|
|
|
|
-#include <openjpeg.h>
|
|
+#include <openjpeg-2.3/openjpeg.h>
|
|
|
|
namespace WebCore {
|
|
|