From ce86d88317ea40b89cf2fc4db541f54e49ee40a4 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 8 Jan 2025 12:04:02 -0500 Subject: [PATCH] windows compile fix #1 --- src/d_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index 87ed27e4c..ea2f4e22f 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -77,6 +77,7 @@ #include "doomstat.h" #include "m_random.h" // P_ClearRandom #include "acs/interface.h" +#include #ifdef CMAKECONFIG #include "config.h"