Fix Linux build again

This commit is contained in:
Connor McLaughlin 2020-08-20 01:21:36 +10:00 committed by GitHub
parent 6a17a558bb
commit 0d4fe1eb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include "pgxp.h" #include "pgxp.h"
#include "settings.h" #include "settings.h"
#include <cmath> #include <cmath>
#include <climits>
namespace PGXP { namespace PGXP {
// pgxp_types.h // pgxp_types.h
@ -1836,4 +1837,4 @@ void CPU_CTC0(u32 instr, u32 rdVal, u32 rtVal)
CP0_reg[rd(instr)].value = rdVal; CP0_reg[rd(instr)].value = rdVal;
} }
} // namespace PGXP } // namespace PGXP