Skip to content

Commit

Permalink
include ojph_arch header for OJPH_EXPORT definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Jan 27, 2024
1 parent 4d50eb7 commit 4132afe
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 4132afe

Please sign in to comment.