diff --git a/src/API.h b/src/API.h index af989ccd8..a1df33b42 100644 --- a/src/API.h +++ b/src/API.h @@ -27,7 +27,7 @@ #ifndef INCLUDED_API #define INCLUDED_API -#include "auto.h" +#include "../auto.h" #ifdef HAVE_LIBLUA #include diff --git a/src/Hooks.h b/src/Hooks.h index 0b1a37c7b..4a5f0e355 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -30,7 +30,7 @@ #include #include #include "API.h" -#include "auto.h" +#include "../auto.h" // Hook class representing a single hook, which is just a three-way map. class Hook