From 1df20a8dc44cb5038c52ab5900ef89d6aa39e0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 29 Apr 2018 12:18:35 +0200 Subject: [PATCH] doc: make the snippet actually compile on ES. --- doc/snippets/MagnumPlatform-portability.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/snippets/MagnumPlatform-portability.cpp b/doc/snippets/MagnumPlatform-portability.cpp index f284e5617..971d50bfb 100644 --- a/doc/snippets/MagnumPlatform-portability.cpp +++ b/doc/snippets/MagnumPlatform-portability.cpp @@ -23,6 +23,7 @@ DEALINGS IN THE SOFTWARE. */ +#include "Magnum/configure.h" /* [application] */ #ifndef MAGNUM_TARGET_GLES #include