diff --git a/src/libnptm/file_io.cpp b/src/libnptm/file_io.cpp
index 3f46bd6afd3f4983e31db160fee5e9f911a95c52..9ab1589ee872753a6e6bc4a450d8af4382e8e569 100644
--- a/src/libnptm/file_io.cpp
+++ b/src/libnptm/file_io.cpp
@@ -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;