From 8ce8d2f5411d35329dc92ef65f29e2e7167f3830 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 5 Dec 2025 12:11:53 -0500 Subject: Add JSystem PCH to fix weak function order (#904) * Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order --- src/JSystem/JMath/JMath.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/JSystem/JMath/JMath.cpp') diff --git a/src/JSystem/JMath/JMath.cpp b/src/JSystem/JMath/JMath.cpp index 7c4fcb37..6d62bbc9 100644 --- a/src/JSystem/JMath/JMath.cpp +++ b/src/JSystem/JMath/JMath.cpp @@ -3,6 +3,8 @@ // Translation Unit: JMath.cpp // +#include "JSystem/JSystem.h" // IWYU pragma: keep + #include "JSystem/JMath/JMath.h" #include "JSystem/JMath/JMATrigonometric.h" #include "math.h" -- cgit v1.2.3