diff --git a/src/fragglescript/t_func.cpp b/src/fragglescript/t_func.cpp index 8be7f798d..e30c76326 100644 --- a/src/fragglescript/t_func.cpp +++ b/src/fragglescript/t_func.cpp @@ -68,6 +68,7 @@ #include "r_data/colormaps.h" #include "farchive.h" #include "p_setup.h" +#include "p_spec.h" static FRandom pr_script("FScript"); diff --git a/src/g_shared/a_decals.cpp b/src/g_shared/a_decals.cpp index 64921d647..ebefcdff0 100644 --- a/src/g_shared/a_decals.cpp +++ b/src/g_shared/a_decals.cpp @@ -45,6 +45,7 @@ #include "colormatcher.h" #include "v_palette.h" #include "farchive.h" +#include "doomdata.h" static fixed_t DecalWidth, DecalLeft, DecalRight; static fixed_t SpreadZ; diff --git a/src/g_strife/a_strifestuff.cpp b/src/g_strife/a_strifestuff.cpp index fc11ba433..724deaee2 100644 --- a/src/g_strife/a_strifestuff.cpp +++ b/src/g_strife/a_strifestuff.cpp @@ -19,6 +19,7 @@ #include "d_event.h" #include "v_font.h" #include "farchive.h" +#include "p_spec.h" // Include all the other Strife stuff here to reduce compile time #include "a_acolyte.cpp" diff --git a/src/p_buildmap.cpp b/src/p_buildmap.cpp index 6705addd6..116c9ff6d 100644 --- a/src/p_buildmap.cpp +++ b/src/p_buildmap.cpp @@ -18,6 +18,7 @@ #include "r_data/colormaps.h" #include "gi.h" #include "portal.h" +#include "p_spec.h" // MACROS ------------------------------------------------------------------ diff --git a/src/p_ceiling.cpp b/src/p_ceiling.cpp index 24ab121c4..bd75fbee2 100644 --- a/src/p_ceiling.cpp +++ b/src/p_ceiling.cpp @@ -30,6 +30,7 @@ #include "r_state.h" #include "gi.h" #include "farchive.h" +#include "p_spec.h" //============================================================================ // diff --git a/src/p_floor.cpp b/src/p_floor.cpp index 2a2926460..d91c05170 100644 --- a/src/p_floor.cpp +++ b/src/p_floor.cpp @@ -31,6 +31,7 @@ #include "tables.h" #include "farchive.h" #include "p_3dmidtex.h" +#include "p_spec.h" #include "r_data/r_interpolate.h" //========================================================================== diff --git a/src/p_linkedsectors.cpp b/src/p_linkedsectors.cpp index b9ef8b100..f1e199b2f 100644 --- a/src/p_linkedsectors.cpp +++ b/src/p_linkedsectors.cpp @@ -36,6 +36,7 @@ #include "templates.h" #include "p_local.h" #include "p_lnspec.h" +#include "p_spec.h" enum { diff --git a/src/p_plats.cpp b/src/p_plats.cpp index b0697fc34..83d7e101d 100644 --- a/src/p_plats.cpp +++ b/src/p_plats.cpp @@ -31,6 +31,7 @@ #include "r_state.h" #include "gi.h" #include "farchive.h" +#include "p_spec.h" static FRandom pr_doplat ("DoPlat");