From 76754c0400a7d355d5c1b67fd7b28564c2bdb4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 12 Feb 2018 00:26:14 +0100 Subject: [PATCH] Don't use angle brackets for internal includes. --- src/Magnum/ImageFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/ImageFormat.h b/src/Magnum/ImageFormat.h index 326276ca2..46b98c837 100644 --- a/src/Magnum/ImageFormat.h +++ b/src/Magnum/ImageFormat.h @@ -31,7 +31,7 @@ */ #endif -#include +#include "Magnum/OpenGL.h" #if !defined(MAGNUM_TARGET_GLES2) && !defined(MAGNUM_TARGET_WEBGL) namespace Magnum {