From b64bb144128a95edca168981b22d712ed9796770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 21 Oct 2019 00:16:48 +0200 Subject: [PATCH] Don't use angle brackets for local includes. --- src/Magnum/Implementation/WindowsWeakSymbol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Implementation/WindowsWeakSymbol.h b/src/Magnum/Implementation/WindowsWeakSymbol.h index 0ede9eec6..b5bd7bbfd 100644 --- a/src/Magnum/Implementation/WindowsWeakSymbol.h +++ b/src/Magnum/Implementation/WindowsWeakSymbol.h @@ -26,7 +26,8 @@ */ #include -#include + +#include "Magnum/configure.h" /* This is a copy of Corrade/Utility/Implementation/windowsWeakSymbol.{h,cpp}, just adapted for Magnum. Yeah, it's only in order to avoid including