diff options
Diffstat (limited to 'src/d/msg')
| -rw-r--r-- | src/d/msg/d_msg_class.cpp | 1 | ||||
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 1 | ||||
| -rw-r--r-- | src/d/msg/d_msg_unit.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/d/msg/d_msg_class.cpp b/src/d/msg/d_msg_class.cpp index e1d4cff6cb..cbd403363b 100644 --- a/src/d/msg/d_msg_class.cpp +++ b/src/d/msg/d_msg_class.cpp @@ -4,6 +4,7 @@ // #include "d/msg/d_msg_class.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/msg/d_msg_object.h" #include "d/msg/d_msg_unit.h" diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index aa170fde24..6d50d3ae35 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -6,6 +6,7 @@ #include "d/msg/d_msg_object.h" #include "d/msg/d_msg_out_font.h" #include "JSystem/JGadget/binary.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "dolphin/types.h" diff --git a/src/d/msg/d_msg_unit.cpp b/src/d/msg/d_msg_unit.cpp index bdf5169a5f..bea422bea4 100644 --- a/src/d/msg/d_msg_unit.cpp +++ b/src/d/msg/d_msg_unit.cpp @@ -4,6 +4,7 @@ // #include "d/msg/d_msg_unit.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "d/kankyo/d_kankyo.h" #include "d/meter/d_meter2_info.h" |
