From 6851416e6bdfc24df401cc83c73abb5157dcc06d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 8 Apr 2020 21:22:57 +0200 Subject: [PATCH] - make stats.cpp compile. --- source/common/engine/stats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/common/engine/stats.cpp b/source/common/engine/stats.cpp index 9870be767..4e6a329ee 100644 --- a/source/common/engine/stats.cpp +++ b/source/common/engine/stats.cpp @@ -33,6 +33,7 @@ */ #include "stats.h" +#include "v_video.h" #include "v_2ddrawer.h" #include "drawparms.h" #include "v_text.h"