From dc299faebc6dbc987556e3187a95169b251b1b29 Mon Sep 17 00:00:00 2001 From: zilmar Date: Tue, 20 Nov 2018 12:17:22 +1030 Subject: [PATCH] [Project64] Fix compile bug --- Source/Project64-video/3dmath.cpp | 3 +++ 1 file changed, 3 insertions(+) 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"