shithub: choc

Download patch

ref: f1ca89cbc8cdf6fe08b9265b042f4c601a20f3ba
parent: d8b42f219ae4f4a9ecbd05d678e1726b6179803e
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 14:01:29 EDT 2022

strife: Include p_mobj.h in p_pspr.h

--- a/src/strife/p_pspr.h
+++ b/src/strife/p_pspr.h
@@ -23,6 +23,7 @@
 // Basic data types.
 // Needs fixed point, and BAM angles.
 #include "m_fixed.h"
+#include "p_mobj.h"
 #include "tables.h"