From a4c7ff5ba169490951479d4d56c316179bb45358 Mon Sep 17 00:00:00 2001 From: Hayden Kowalchuk <819028+mrneo240@users.noreply.github.com> Date: Tue, 18 Feb 2020 12:13:28 -0500 Subject: [PATCH] fix: add moop sh4 math header --- GL/private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GL/private.h b/GL/private.h index 344de6b..7a8a67a 100644 --- a/GL/private.h +++ b/GL/private.h @@ -7,6 +7,7 @@ #include "../containers/aligned_vector.h" #include "../containers/named_array.h" #include "cygprofile.h" +#include "sh4_math.h" extern void* memcpy4 (void *dest, const void *src, size_t count);