Fixed cfloat include

This commit is contained in:
dingusdev 2023-11-19 20:34:40 -07:00
parent d1f9b5631a
commit f4f035682c
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <stdlib.h>
#include <cinttypes>
#include <cmath>
#include <cfloat>
#include <limits>
// Used for FP calcs

View File

@ -26,7 +26,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "ppcemu.h"
#include "ppcmmu.h"
#include <cinttypes>
#include <cfloat>
#include <vector>
uint32_t crf_d;