From adda5dae327bd9d244eb9b99c126112bb3ae0451 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Thu, 21 Oct 2021 23:16:09 +0200 Subject: [PATCH] Fix warning that implied destructors might not been called --- src/r_data/a_lightprobe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_data/a_lightprobe.cpp b/src/r_data/a_lightprobe.cpp index 4057041cc2..c93d917544 100644 --- a/src/r_data/a_lightprobe.cpp +++ b/src/r_data/a_lightprobe.cpp @@ -19,7 +19,7 @@ ** 3. This notice may not be removed or altered from any source distribution. */ - +#include "a_dynlight.h" #include "actor.h" #include "a_lightprobe.h"