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