From a6c3c20b23743dd21c4525995b0e144d8189af49 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Thu, 11 Sep 2025 16:20:45 -0400 Subject: Add PCH for JSystem (#2645) --- src/JSystem/J2DGraph/J2DTextBox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/JSystem/J2DGraph/J2DTextBox.cpp') diff --git a/src/JSystem/J2DGraph/J2DTextBox.cpp b/src/JSystem/J2DGraph/J2DTextBox.cpp index 6aba94f1d3..91a9c404a0 100644 --- a/src/JSystem/J2DGraph/J2DTextBox.cpp +++ b/src/JSystem/J2DGraph/J2DTextBox.cpp @@ -3,11 +3,12 @@ // Translation Unit: J2DTextBox // +#include "JSystem/JSystem.h" // IWYU pragma: keep + #include "JSystem/J2DGraph/J2DTextBox.h" #include "JSystem/J2DGraph/J2DPrint.h" #include "JSystem/JSupport/JSURandomInputStream.h" #include "JSystem/JUtility/JUTResFont.h" -#include "dol2asm.h" /* 802FF660-802FF6D8 2F9FA0 0078+00 0/0 1/1 0/0 .text __ct__10J2DTextBoxFv */ J2DTextBox::J2DTextBox() -- cgit v1.2.3