mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +00:00
- Fix missing include
This commit is contained in:
parent
f083109b51
commit
81de951abc
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
|
||||
#include "swrenderer/scene/r_light.h"
|
||||
|
||||
#ifndef NO_SSE
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
CVAR(Int, gl_showpacks, 0, 0)
|
||||
#ifndef WIN32 // Defined in fb_d3d9 for Windows
|
||||
CVAR(Bool, vid_hwaalines, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
|
|
Loading…
Reference in a new issue