From e8ccd9bc8c559f2c320f337c834b5e5f761a6d85 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 5 Nov 2020 11:14:04 +1100 Subject: [PATCH] - Fix compilation. --- source/games/duke/src/sounds.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/games/duke/src/sounds.cpp b/source/games/duke/src/sounds.cpp index 09215696d..7bdb49d1b 100644 --- a/source/games/duke/src/sounds.cpp +++ b/source/games/duke/src/sounds.cpp @@ -39,6 +39,7 @@ source as it is released. #include "g_input.h" #include "duke3d.h" +#include "dukeactor.h" #include "raze_music.h" #include "mapinfo.h" #include "raze_sound.h"