diff options
Diffstat (limited to 'compat/fpu.hpp')
-rw-r--r-- | compat/fpu.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/fpu.hpp b/compat/fpu.hpp index 1b3776f9..9433648a 100644 --- a/compat/fpu.hpp +++ b/compat/fpu.hpp @@ -1,5 +1,6 @@ #pragma once #include "arch.hpp" +#include <cfenv> #ifdef __MINGW32__ extern "C" __declspec(dllimport) unsigned __cdecl _controlfp(unsigned, unsigned); |