[Project64] Fix compile bug

This commit is contained in:
zilmar 2018-11-20 12:17:22 +10:30
parent b93736414f
commit dc299faebc
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ extern "C" {
#endif
}
#ifdef _WIN32
#include <Windows.h>
#endif
#include <math.h>
#include "3dmath.h"
#include "trace.h"