[Project64] Fix compile bug
This commit is contained in:
parent
b93736414f
commit
dc299faebc
|
@ -18,6 +18,9 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <Windows.h>
|
||||||
|
#endif
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "3dmath.h"
|
#include "3dmath.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
Loading…
Reference in New Issue