Skip to content
Snippets Groups Projects
Commit 0bcc235f authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix include path

parent 80502b4a
Branches
Tags
No related merge requests found
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
#include "hdf5.h" #include "hdf5.h"
#ifndef INCLUDE_LIST_H_ #ifndef INCLUDE_LIST_H_
#include "List.h" #include "../include/List.h"
#endif #endif
#ifndef INCLUDE_FILE_IO_H_ #ifndef INCLUDE_FILE_IO_H_
#include "file_io.h" #include "../include/file_io.h"
#endif #endif
using namespace std; using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment