From 938c6ed2914156ed556ecad72f70ad373cea7bcd Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Wed, 27 Dec 2023 21:27:30 -0800 Subject: [PATCH] actually fix PAL? --- src/d/d_place_name.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d/d_place_name.cpp b/src/d/d_place_name.cpp index 25caeec49..5c63a2d7e 100644 --- a/src/d/d_place_name.cpp +++ b/src/d/d_place_name.cpp @@ -17,6 +17,7 @@ #include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "JSystem/J2DGraph/J2DPane.h" #include "JSystem/J2DGraph/J2DScreen.h" +#include "printf.h" enum { dPn_stage_max_e = 19 };