diff options
Diffstat (limited to 'c++/src/H5Include.h')
-rw-r--r-- | c++/src/H5Include.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/src/H5Include.h b/c++/src/H5Include.h new file mode 100644 index 0000000..c3ff064 --- /dev/null +++ b/c++/src/H5Include.h @@ -0,0 +1,8 @@ +// Added this line for CC to compile at this time. Will remove it when +// the problem of "Multiple declaration for RcsId" is fixed. BMR - 10/30/00 +#ifdef RCSID +#undef RCSID +#endif + +#include <hdf5.h> + |