diff --git a/src/d_main.cpp b/src/d_main.cpp index aa6f9a57e..834561fa6 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -15,6 +15,8 @@ /// plus functions to parse command line parameters, configure game /// parameters, and call the startup functions. +#include + #if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON) #include #include @@ -337,6 +339,8 @@ static void D_Display(void) INT32 wipedefindex = 0; UINT8 i; + ZoneScoped; + if (!dedicated) { if (nodrawers)