From 2218731a86054a63c6ce611328ae9b7c714dec0d Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:49:55 +0500 Subject: [PATCH] Include build.h. --- cl_dll/cl_dll.h | 1 + cl_dll/input_mouse.h | 3 --- dlls/extdll.h | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cl_dll/cl_dll.h b/cl_dll/cl_dll.h index e29f1e24..83d3d7ab 100644 --- a/cl_dll/cl_dll.h +++ b/cl_dll/cl_dll.h @@ -28,6 +28,7 @@ #pragma once #if !defined(CL_DLL_H) #define CL_DLL_H +#include "build.h" typedef unsigned char byte; typedef unsigned short word; typedef float vec_t; diff --git a/cl_dll/input_mouse.h b/cl_dll/input_mouse.h index 4948ccb0..1fa76eb6 100644 --- a/cl_dll/input_mouse.h +++ b/cl_dll/input_mouse.h @@ -1,7 +1,4 @@ #pragma once - -#include "build.h" - #if !defined(INPUT_MOUSE_H) #define INPUT_MOUSE_H #include "cl_dll.h" diff --git a/dlls/extdll.h b/dlls/extdll.h index 5f66daaa..9541ee16 100644 --- a/dlls/extdll.h +++ b/dlls/extdll.h @@ -15,7 +15,7 @@ #pragma once #if !defined(EXTDLL_H) #define EXTDLL_H - +#include "build.h" // // Global header file for extension DLLs //