diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 9b7137b..7c7f497 100644 --- a/src/debug.h +++ b/src/debug.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "lanesconf.h" | 3 | #include "lanesconf.h" |
4 | #include "luaerrors.h" | 4 | #include "luaerrors.hpp" |
5 | #include "unique.hpp" | 5 | #include "unique.hpp" |
6 | 6 | ||
7 | // ################################################################################################# | 7 | // ################################################################################################# |