Skip to content

Commit

Permalink
Fix MSAN build (libjxl#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas authored Jan 6, 2025
1 parent 844fb84 commit bbaaafb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions lib/jpegli/test_utils-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
// test_utils.cc files with different JPEG_API_FN macros and possibly different
// include paths for the jpeg headers.

#include "lib/jxl/base/sanitizers.h"

// Sequential non-interleaved.
constexpr jpeg_scan_info kScript1[] = {
{1, {0}, 0, 63, 0, 0},
Expand Down
1 change: 1 addition & 0 deletions lib/jpegli/test_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "lib/jpegli/types.h"
#include "lib/jxl/base/byte_order.h"
#include "lib/jxl/base/compiler_specific.h"
#include "lib/jxl/base/sanitizers.h" // for test_utils-inl.h
#include "lib/jxl/base/status.h"

#if !defined(TEST_DATA_PATH)
Expand Down

0 comments on commit bbaaafb

Please sign in to comment.