Commit 0bcc235f authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix include path

parent 80502b4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
#include "hdf5.h"

#ifndef INCLUDE_LIST_H_
#include "List.h"
#include "../include/List.h"
#endif

#ifndef INCLUDE_FILE_IO_H_
#include "file_io.h"
#include "../include/file_io.h"
#endif

using namespace std;