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/J2DGraph/J2DTextBox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/JSystem/J2DGraph/J2DTextBox.cpp') diff --git a/src/JSystem/J2DGraph/J2DTextBox.cpp b/src/JSystem/J2DGraph/J2DTextBox.cpp index 6897ff65..ea8db23f 100644 --- a/src/JSystem/J2DGraph/J2DTextBox.cpp +++ b/src/JSystem/J2DGraph/J2DTextBox.cpp @@ -3,6 +3,8 @@ // Translation Unit: J2DTextBox.cpp // +#include "JSystem/JSystem.h" // IWYU pragma: keep + #include "JSystem/J2DGraph/J2DTextBox.h" #include "JSystem/JKernel/JKRFileLoader.h" #include "JSystem/JSupport/JSURandomInputStream.h" -- cgit v1.2.3