Skip to content

Commit

Permalink
COMPRESSION_JXL define missing on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Nov 21, 2024
1 parent a84fd08 commit 1edd69d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/FAST/Data/ImagePyramid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
#include <unistd.h>
#endif

#ifndef COMPRESSION_JXL
#define COMPRESSION_JXL 50002
#endif

namespace fast {

int ImagePyramid::m_counter = 0;
Expand Down

0 comments on commit 1edd69d

Please sign in to comment.