From 5fd6ccb97086d62e350eab63892240e006675035 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 16 Feb 2016 20:53:52 +0100 Subject: [PATCH] - fixed incorrect #include. --- src/r_utility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_utility.cpp b/src/r_utility.cpp index bcba624e1..4f575910c 100644 --- a/src/r_utility.cpp +++ b/src/r_utility.cpp @@ -34,7 +34,7 @@ #include "doomstat.h" #include "m_random.h" #include "m_bbox.h" -#include "p_local.h" +#include "portal.h" #include "r_sky.h" #include "st_stuff.h" #include "c_cvars.h"