diff --git a/stepmania/src/Tween.h b/stepmania/src/Tween.h index a88916cdbb..52a67971c2 100644 --- a/stepmania/src/Tween.h +++ b/stepmania/src/Tween.h @@ -3,6 +3,8 @@ #ifndef TWEEN_H #define TWEEN_H +#include "EnumHelper.h" + struct lua_State; typedef lua_State Lua;