From 45cbc1ff86e1a61ac910520bad0434a72f46c872 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sat, 27 Jul 2019 21:59:16 +0500 Subject: [PATCH] Include a missing header. --- cl_dll/hud_redraw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cl_dll/hud_redraw.cpp b/cl_dll/hud_redraw.cpp index ac585e87..4961f552 100644 --- a/cl_dll/hud_redraw.cpp +++ b/cl_dll/hud_redraw.cpp @@ -18,6 +18,7 @@ #include #include "hud.h" #include "cl_util.h" +#include "input_mouse.h" //#include "triangleapi.h" #define MAX_LOGO_FRAMES 56