mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- add one more missing include to make GCC happy
This commit is contained in:
parent
fb5eae8aaa
commit
251f0c8459
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "controls.h"
|
||||
#include "mblock.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4244) // double->float truncation occurs so often in here that it's pointless to fix it all.
|
||||
|
|
Loading…
Reference in a new issue