From d91023ba0b1b2b302a8be0eceef55e0a28e9a895 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Sat, 14 Jan 2017 16:41:56 +0100 Subject: [PATCH] - Fixed GCC/Clang compile errors. --- src/dsectoreffect.cpp | 1 + src/gl/scene/gl_fakeflat.cpp | 1 + src/p_secnodes.cpp | 1 + src/r_utility.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/src/dsectoreffect.cpp b/src/dsectoreffect.cpp index 22acf74bc..466675dbc 100644 --- a/src/dsectoreffect.cpp +++ b/src/dsectoreffect.cpp @@ -25,6 +25,7 @@ #include "dsectoreffect.h" #include "gi.h" #include "p_local.h" +#include "g_levellocals.h" #include "p_3dmidtex.h" #include "r_data/r_interpolate.h" #include "statnums.h" diff --git a/src/gl/scene/gl_fakeflat.cpp b/src/gl/scene/gl_fakeflat.cpp index 7fcc6d239..98a70a1a8 100644 --- a/src/gl/scene/gl_fakeflat.cpp +++ b/src/gl/scene/gl_fakeflat.cpp @@ -27,6 +27,7 @@ #include "p_lnspec.h" #include "p_local.h" +#include "g_levellocals.h" #include "a_sharedglobal.h" #include "r_sky.h" #include "gl/renderer/gl_renderer.h" diff --git a/src/p_secnodes.cpp b/src/p_secnodes.cpp index 8edfc0c70..b351f0e58 100644 --- a/src/p_secnodes.cpp +++ b/src/p_secnodes.cpp @@ -21,6 +21,7 @@ // //----------------------------------------------------------------------------- +#include "g_levellocals.h" #include "r_state.h" #include "p_maputl.h" #include "p_blockmap.h" diff --git a/src/r_utility.cpp b/src/r_utility.cpp index 5e9ac6b52..2cc422beb 100644 --- a/src/r_utility.cpp +++ b/src/r_utility.cpp @@ -57,6 +57,7 @@ #include "r_utility.h" #include "d_player.h" #include "p_local.h" +#include "g_levellocals.h" #include "p_maputl.h" #include "math/cmath.h"