summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph/J2DTextBox.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2024-01-06 10:33:00 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2024-01-06 10:33:06 -0800
commitfe1117b3415a6399a047bce3a9a88d6780b47321 (patch)
tree36bbffeb0c5413c7012d74befb6227bd800f812a /src/JSystem/J2DGraph/J2DTextBox.cpp
parentca093029c467f5ea78ad33442957d2815394be3e (diff)
fix some build errors
Diffstat (limited to 'src/JSystem/J2DGraph/J2DTextBox.cpp')
-rw-r--r--src/JSystem/J2DGraph/J2DTextBox.cpp1
1 files changed, 1 insertions, 0 deletions
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) {