Skip to content

Commit

Permalink
Ensure H5MM header is included everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Mar 15, 2024
1 parent fa55228 commit 9696c2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/H5CS.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "H5private.h" /* Generic Functions */
#include "H5CSprivate.h" /* Function stack */
#include "H5Eprivate.h" /* Error handling */
#include "H5MMprivate.h" /* Memory management */

#ifdef H5_HAVE_CODESTACK

Expand Down
1 change: 1 addition & 0 deletions src/H5RS.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
#include "H5FLprivate.h" /* Free lists */
#include "H5MMprivate.h" /* Memory management */
#include "H5RSprivate.h" /* Reference-counted strings */

/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Tinit_float.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "H5Eprivate.h" /* Error handling */
#include "H5FLprivate.h" /* Free Lists */
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Tpkg.h" /* Datatypes */

/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5VLnative_token.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
/***********/
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory handling */
#include "H5VLnative_private.h" /* Native VOL connector */

Expand Down

0 comments on commit 9696c2e

Please sign in to comment.