From 26bd4d120a4271461d070d1a26a1d8de188d0631 Mon Sep 17 00:00:00 2001 From: Wunkolo Date: Sun, 17 Mar 2019 18:46:45 -0700 Subject: [PATCH] Fix implicit declaration --- overviewer_core/src/primitives/smooth-lighting.c | 1 + 1 file changed, 1 insertion(+) diff --git a/overviewer_core/src/primitives/smooth-lighting.c b/overviewer_core/src/primitives/smooth-lighting.c index 86196be..172b330 100644 --- a/overviewer_core/src/primitives/smooth-lighting.c +++ b/overviewer_core/src/primitives/smooth-lighting.c @@ -17,6 +17,7 @@ #include "../overviewer.h" #include "../mc_id.h" +#include "../block_class.h" #include "lighting.h" #include