- 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
1 changed files with 4 additions and 0 deletions

View File

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