From c1465c5accd1844db55b86696f062879aa24f313 Mon Sep 17 00:00:00 2001
From: Zachary McAlpin <choalover@gmail.com>
Date: Thu, 19 Dec 2019 17:17:17 -0600
Subject: [PATCH] Fix CalculateCamera compiling error

---
 src/lua_hook.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lua_hook.h b/src/lua_hook.h
index 4b31fda28e..6bdcada246 100644
--- a/src/lua_hook.h
+++ b/src/lua_hook.h
@@ -14,6 +14,7 @@
 
 #include "r_defs.h"
 #include "d_player.h"
+#include "p_local.h"
 
 enum hook {
 	hook_NetVars=0,
-- 
GitLab