From 53236cf0472b5093195bcc128dec6b45a6fe1446 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 28 Oct 2024 17:38:36 +0100 Subject: Renamed luaerrors.h → luaerrors.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.h') 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 @@ #pragma once #include "lanesconf.h" -#include "luaerrors.h" +#include "luaerrors.hpp" #include "unique.hpp" // ################################################################################################# -- cgit v1.2.3-55-g6feb