From 524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 28 Oct 2024 17:41:13 +0100 Subject: Renamed debug.h → debug.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index b1e8663..59c8001 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,6 +1,6 @@ #pragma once -#include "debug.h" +#include "debug.hpp" #include "stackindex.hpp" // try to detect if we are building against LuaJIT or MoonJIT -- cgit v1.2.3-55-g6feb