Skip to content

Commit 7080956

Browse files
committed
EXODUS: Fix for new compression filter support
1 parent bfa3d17 commit 7080956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/seacas/libraries/exodus/include/exodusII_int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "netcdf_meta.h"
2727
#endif
2828

29-
#if NC_HAS_ZSTD == 1
29+
#if NC_HAS_ZSTD == 1 || NC_HAS_BZ2
3030
#include "netcdf_filter.h"
3131
#endif
3232

0 commit comments

Comments
 (0)