summaryrefslogtreecommitdiff
path: root/graphics/openexr/files/patch-openjph
blob: a0f2516764cd79779c73698ffd13bdbad0b93759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Obtained from:	https://github.com/AcademySoftwareFoundation/openexr/pull/2122

--- src/lib/OpenEXRCore/internal_ht.cpp.orig	2025-09-05 17:30:35 UTC
+++ src/lib/OpenEXRCore/internal_ht.cpp
@@ -7,12 +7,12 @@
 #include <string>
 #include <fstream>
 
-#include <ojph_arch.h>
-#include <ojph_file.h>
-#include <ojph_params.h>
-#include <ojph_mem.h>
-#include <ojph_codestream.h>
-#include <ojph_message.h>
+#include <openjph/ojph_arch.h>
+#include <openjph/ojph_file.h>
+#include <openjph/ojph_params.h>
+#include <openjph/ojph_mem.h>
+#include <openjph/ojph_codestream.h>
+#include <openjph/ojph_message.h>
 
 #include "openexr_decode.h"
 #include "openexr_encode.h"