Fix pch builds (broken by ea41fa4e + 61a97db1)

This commit is contained in:
Tamás Bálint Misius 2021-01-18 12:40:40 +01:00
parent ea41fa4e81
commit c48641dd67
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -88,7 +88,7 @@
#include <json/json.h>
#include <zlib.h>
#if !defined(FONTEDITOR) && !defined(RENDERER) && LUACONSOLE
#if !defined(FONTEDITOR) && !defined(RENDERER) && defined(LUACONSOLE)
# include "lua/LuaCompat.h"
#endif
#include "SDLCompat.h"