- Fix missing include

This commit is contained in:
Magnus Norddahl 2017-05-06 22:25:18 +02:00
parent f083109b51
commit 81de951abc
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@
#include "swrenderer/scene/r_light.h" #include "swrenderer/scene/r_light.h"
#ifndef NO_SSE
#include <immintrin.h>
#endif
CVAR(Int, gl_showpacks, 0, 0) CVAR(Int, gl_showpacks, 0, 0)
#ifndef WIN32 // Defined in fb_d3d9 for Windows #ifndef WIN32 // Defined in fb_d3d9 for Windows
CVAR(Bool, vid_hwaalines, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG) CVAR(Bool, vid_hwaalines, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)