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