Add missing include directive

This commit is contained in:
LJ Sonic 2023-01-13 22:28:03 +01:00
parent 2a360a4201
commit 0859a1597f

View file

@ -189,6 +189,7 @@ static char returnWadPath[256];
#include "../i_threads.h"
#include "../screen.h" //vid.WndParent
#include "../netcode/d_net.h"
#include "../netcode/commands.h"
#include "../g_game.h"
#include "../filesrch.h"
#include "endtxt.h"