mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-21 10:51:25 +00:00
Fixed a missing include which led to build errors.
This commit is contained in:
parent
eec89b7575
commit
5297bdea08
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
#include "doomstat.h"
|
||||
#include "m_argv.h"
|
||||
#include "version.h"
|
||||
#include "r_renderer.h"
|
||||
|
||||
EXTERN_CVAR (Bool, ticker)
|
||||
EXTERN_CVAR (Bool, fullscreen)
|
||||
|
|
Loading…
Reference in a new issue