make sure to include fastcmp.h, whoops

This commit is contained in:
Monster Iestyn 2020-09-08 18:55:16 +01:00
parent 05fe86ffdc
commit 0bc7eb32e9

View file

@ -11,6 +11,7 @@
/// \brief polyobject library for Lua scripting
#include "doomdef.h"
#include "fastcmp.h"
#include "p_local.h"
#include "p_polyobj.h"
#include "lua_script.h"