diff options
| author | Max Roncace <me@caseif.net> | 2025-09-11 16:20:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-11 13:20:45 -0700 |
| commit | a6c3c20b23743dd21c4525995b0e144d8189af49 (patch) | |
| tree | 3721c8702f9b8383408d2a716fca6d445abd0891 /src/JSystem/JMath/JMATrigonometric.cpp | |
| parent | 4b729b0f65c7fb6c6ded163ed5431ebc9faa9431 (diff) | |
Add PCH for JSystem (#2645)
Diffstat (limited to 'src/JSystem/JMath/JMATrigonometric.cpp')
| -rw-r--r-- | src/JSystem/JMath/JMATrigonometric.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/JSystem/JMath/JMATrigonometric.cpp b/src/JSystem/JMath/JMATrigonometric.cpp index b5b0ca4b02..df39e04295 100644 --- a/src/JSystem/JMath/JMATrigonometric.cpp +++ b/src/JSystem/JMath/JMATrigonometric.cpp @@ -3,10 +3,11 @@ // Translation Unit: JMATrigonometric // +#include "JSystem/JSystem.h" // IWYU pragma: keep + // don't include header until this "zero" mess is figured out // #include "JSystem/JMath/JMATrigonometric.h" #include "math.h" -#include "dol2asm.h" #include "global.h" static f32 dummy() { |
