mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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"
|
#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)
|
||||||
|
|
Loading…
Reference in a new issue