From dd03bf861fdc92109c57d58cc7436066a8a02430 Mon Sep 17 00:00:00 2001 From: kipcode66 Date: Mon, 12 Jan 2026 17:48:25 -0500 Subject: standard compiler compatibility changes (#3040) * move math to cmath * replace stdarg to cstdarg * change stdint to stdint.h * minor fixes * change stdio to cstdio * change stdlib to stdlib * renamed ctype to cctype * fix missing argument for UNSET_FLAG --- src/JSystem/J2DGraph/J2DPrint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/JSystem/J2DGraph/J2DPrint.cpp') diff --git a/src/JSystem/J2DGraph/J2DPrint.cpp b/src/JSystem/J2DGraph/J2DPrint.cpp index a155a2e62f..b6c8876aee 100644 --- a/src/JSystem/J2DGraph/J2DPrint.cpp +++ b/src/JSystem/J2DGraph/J2DPrint.cpp @@ -3,8 +3,8 @@ #include "JSystem/J2DGraph/J2DPrint.h" #include "JSystem/JKernel/JKRHeap.h" #include "JSystem/JUtility/JUTFont.h" -#include -#include +#include +#include char* J2DPrint::mStrBuff; -- cgit v1.2.3