0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-20 18:01:43 +00:00

- Fixed missing include due to non conformant preprocessor in VS.

This commit is contained in:
drfrag666 2018-06-18 13:39:23 +02:00 committed by Christoph Oelckers
parent 720bb485be
commit 703d2bc0cd

View file

@ -28,6 +28,10 @@
// HEADER FILES ------------------------------------------------------------
#ifdef _WIN32
#include <direct.h>
#endif
#ifdef HAVE_FPU_CONTROL
#include <fpu_control.h>
#endif