- add one more missing include to make GCC happy

This commit is contained in:
raa-eruanna 2018-03-12 22:39:50 -04:00
parent fb5eae8aaa
commit 251f0c8459

View file

@ -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.