Skip to content

Commit e390684

Browse files
committed
internal_ht.cpp: fix OpenJPH includes for 0.23
OpenJPH 0.23.0 unified the include directories between cmake and pkgconfig. Need to update the correpsonding includes to contain the `openjph/` subfolder. Corresponding PR: AcademySoftwareFoundation#2122
1 parent 992cb5e commit e390684

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib/OpenEXRCore/internal_ht.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#include <string>
88
#include <fstream>
99

10-
#include <ojph_arch.h>
11-
#include <ojph_file.h>
12-
#include <ojph_params.h>
13-
#include <ojph_mem.h>
14-
#include <ojph_codestream.h>
15-
#include <ojph_message.h>
10+
#include <openjph/ojph_arch.h>
11+
#include <openjph/ojph_file.h>
12+
#include <openjph/ojph_params.h>
13+
#include <openjph/ojph_mem.h>
14+
#include <openjph/ojph_codestream.h>
15+
#include <openjph/ojph_message.h>
1616

1717
#include "openexr_decode.h"
1818
#include "openexr_encode.h"

0 commit comments

Comments
 (0)