commit f1ca89cbc8cdf6fe08b9265b042f4c601a20f3ba
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 18:01:29 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300
strife: Include p_mobj.h in p_pspr.h
---
src/strife/p_pspr.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/strife/p_pspr.h b/src/strife/p_pspr.h
index 04b1caf1..b176b5ee 100644
--- 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"