From fe1117b3415a6399a047bce3a9a88d6780b47321 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 6 Jan 2024 10:33:00 -0800 Subject: fix some build errors --- src/JSystem/J2DGraph/J2DTextBox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/JSystem/J2DGraph/J2DTextBox.cpp') diff --git a/src/JSystem/J2DGraph/J2DTextBox.cpp b/src/JSystem/J2DGraph/J2DTextBox.cpp index 2fd7e284..8c73bd35 100644 --- a/src/JSystem/J2DGraph/J2DTextBox.cpp +++ b/src/JSystem/J2DGraph/J2DTextBox.cpp @@ -7,6 +7,7 @@ #include "JSystem/JKernel/JKRFileLoader.h" #include "JSystem/JSupport/JSURandomInputStream.h" #include "JSystem/JUtility/JUTResource.h" +#include "__va_arg.h" /* 802D51D8-802D5268 .text __ct__10J2DTextBoxFPCcPCc */ J2DTextBox::J2DTextBox(const char* font, const char* str) : mpFont(NULL), mStringPtr(NULL) { -- cgit v1.2.3