From f8e6a3a9097b3105da06b1a3fb6bb7ff0a1683b1 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 14 Oct 2012 17:03:00 +0200 Subject: [PATCH] draw.h: Include lua.h This header uses lua_State*, but doesn't actually include lua.h Signed-off-by: Uli Schlachter --- draw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/draw.h b/draw.h index e2766c1d..4a2199ac 100644 --- a/draw.h +++ b/draw.h @@ -24,6 +24,7 @@ #include #include +#include #include "common/util.h"