1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-13 11:37:06 +01:00

No compile fix on clang

This commit is contained in:
Peter Boyle
2019-01-01 15:55:13 +00:00
parent 802404c78c
commit 38852737e4
4 changed files with 15 additions and 13 deletions

View File

@ -36,7 +36,9 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include "BinaryIO.h"
#include "TextIO.h"
#include "XmlIO.h"
//#include "JSON_IO.h"
#ifndef GRID_NVCC
#include "JSON_IO.h"
#endif
#ifdef HAVE_HDF5
#include "Hdf5IO.h"