diff --git a/Source/Project64-video/3dmath.cpp b/Source/Project64-video/3dmath.cpp index c771b4106..44196a8ec 100644 --- a/Source/Project64-video/3dmath.cpp +++ b/Source/Project64-video/3dmath.cpp @@ -18,6 +18,9 @@ extern "C" { #endif } +#ifdef _WIN32 +#include +#endif #include #include "3dmath.h" #include "trace.h"