summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-19 18:14:28 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-19 18:14:28 +0100
commitf0ec68c058381c03f7f47443e61fe683fbe58c06 (patch)
treeb64efce69c540be3f30cb0b16b9af5cbf37a38ac /src
parent9f8bcadad5d4595c43b332fe82549d4bc36d7879 (diff)
add include
Diffstat (limited to 'src')
-rw-r--r--src/battle_palace.c1
-rw-r--r--src/battle_pyramid.c1
-rw-r--r--src/easy_chat.c1
-rw-r--r--src/fldeff_strength.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/battle_palace.c b/src/battle_palace.c
index d435f7e15..4033712b6 100644
--- a/src/battle_palace.c
+++ b/src/battle_palace.c
@@ -6,6 +6,7 @@
#include "battle_tower.h"
#include "frontier_util.h"
#include "item.h"
+#include "string_util.h"
#include "constants/items.h"
// This file's functions.
diff --git a/src/battle_pyramid.c b/src/battle_pyramid.c
index 878ea4e70..01f138925 100644
--- a/src/battle_pyramid.c
+++ b/src/battle_pyramid.c
@@ -15,6 +15,7 @@
#include "sound.h"
#include "task.h"
#include "start_menu.h"
+#include "string_util.h"
#include "trainer_see.h"
#include "main.h"
#include "load_save.h"
diff --git a/src/easy_chat.c b/src/easy_chat.c
index 7d25d1430..e4233fb7f 100644
--- a/src/easy_chat.c
+++ b/src/easy_chat.c
@@ -13,6 +13,7 @@
#include "palette.h"
#include "event_data.h"
#include "easy_chat.h"
+#include "string_util.h"
// Static type declarations
diff --git a/src/fldeff_strength.c b/src/fldeff_strength.c
index c9b91f97f..f796ecea6 100644
--- a/src/fldeff_strength.c
+++ b/src/fldeff_strength.c
@@ -5,6 +5,7 @@
#include "party_menu.h"
#include "rom6.h"
#include "script.h"
+#include "string_util.h"
#include "task.h"
#include "constants/event_objects.h"
#include "constants/field_effects.h"