aous72 / OpenJPH

Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)
BSD 2-Clause "Simplified" License
203 stars 49 forks source link

include ojph_arch.h in ojph_codestream.h and ojph_params.h to compensate for OJPH_EXPORT definition #123

Closed bradh closed 9 months ago

bradh commented 9 months ago

These headers use OJPH_EXPORT but do not include the ojph_arch.h header that provides it. That potentially causes compile-time errors when using those headers, depending on what other headers are used and the order of inclusion.

aous72 commented 9 months ago

Hi Brad, Thank you for your contribution.