Skip to content

Commit

Permalink
Add cstdint to compression.cc
Browse files Browse the repository at this point in the history
Something has updated in the default conda-forge installation that means
we are now hitting this.

Fixes #678.
  • Loading branch information
ndevenish committed Sep 9, 2024
1 parent 6cc5610 commit 42e1d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/XXX.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix non-inclusion of cstdint in dxtbx sources.
1 change: 1 addition & 0 deletions src/dxtbx/boost_python/compression.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "compression.h"
#include "dxtbx/error.h"
#include <assert.h>
#include <cstdint>

typedef union {
char b[2];
Expand Down

0 comments on commit 42e1d08

Please sign in to comment.