Skip to content

Commit

Permalink
Add missing header #include
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Apr 11, 2024
1 parent 2dd3fb4 commit 1def75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/H5T.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
#include "H5Tconv_float.h"
#include "H5Tconv_double.h"
#include "H5Tconv_ldouble.h"
#ifdef H5_HAVE__FLOAT16
#include "H5Tconv_float16.h"
#endif

/****************/
/* Local Macros */
Expand Down

0 comments on commit 1def75e

Please sign in to comment.