server: fix forgotten build.h include, another fix for Windows build

This commit is contained in:
Alibek Omarov 2024-04-04 13:51:23 +03:00
parent 4abe7a4a05
commit 4d1c18c3bc
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
// Author: Vyacheslav Dzhura ( slava.dzhura@gmail.com ; slava.dzhura@protonmail.com )
// (C) 2008
//
#include "build.h" // for XASH_WIN32 checks
#ifdef XASH_WIN32
#include <windows.h>
#else