From f456fa2e0f13a601305ae476fd77795157fc47a1 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 27 Jun 2020 18:29:03 +0200 Subject: [PATCH] Fix compile. --- props/prop_data.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/props/prop_data.cpp b/props/prop_data.cpp index 7839d88..b2dff28 100644 --- a/props/prop_data.cpp +++ b/props/prop_data.cpp @@ -22,6 +22,8 @@ SOFTWARE. #include "prop_data.h" +#include "prop_data_entry.h" +#include "prop_data_light.h" #include "prop_data_prop.h" #include "../../voxelman/world/voxel_chunk.h"