Skip to content

Commit

Permalink
include ojph_arch.h in ojph_codestream.h and ojph_params.h to compens…
Browse files Browse the repository at this point in the history
…ate for OJPH_EXPORT definition

Thank you for your contribution.
  • Loading branch information
aous72 authored Jan 28, 2024
2 parents 4d50eb7 + 4132afe commit 58f76d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/common/ojph_codestream.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include <cstdlib>

#include "ojph_arch.h"
#include "ojph_defs.h"

namespace ojph {
Expand Down
1 change: 1 addition & 0 deletions src/core/common/ojph_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#ifndef OJPH_PARAMS_H
#define OJPH_PARAMS_H

#include "ojph_arch.h"
#include "ojph_base.h"

namespace ojph {
Expand Down

0 comments on commit 58f76d1

Please sign in to comment.