From 1c462df8a2be9b363fdbaeb4a6eb4f84918855d8 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 19 Apr 2026 23:12:44 +0500 Subject: [PATCH] common: q_client: include stdint.h and xash3d_types.h --- common/q_client.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/q_client.h b/common/q_client.h index f4644867..ca19df90 100644 --- a/common/q_client.h +++ b/common/q_client.h @@ -22,6 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef QUAKE_CLIENT_H #define QUAKE_CLIENT_H +#include +#include "xash3d_types.h" + // Definitions originally taken from Quake, modified for binary compatibility typedef struct usercmd_s