From bfc0d4678069c9f9c175fa176c1c3cc581c5ab02 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 7 Mar 2020 15:06:32 +0100 Subject: [PATCH] Shut up CCLS --- src/wine-host/plugin-bridge.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wine-host/plugin-bridge.h b/src/wine-host/plugin-bridge.h index df289caa..8c08f9f1 100644 --- a/src/wine-host/plugin-bridge.h +++ b/src/wine-host/plugin-bridge.h @@ -16,6 +16,10 @@ #pragma once +// This included is redundant, but ccls will complain if this is not included +// before windowes.h even though it will compile just fine +#include "boost-fix.h" + #define NOMINMAX #define NOSERVICE #define NOMCX