From 99c0ec719575579eacc0c582267e71a6c43ad88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 24 Jan 2014 02:15:19 +0100 Subject: [PATCH] doc: Missing include in Getting Started Guide. And unfortunately this one spits out insanely large compiler error. Sorry! --- doc/getting-started.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index 71fab0589..722235f03 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -164,6 +164,7 @@ First include the needed headers: #include #include #include +#include @endcode And in the constructor (which is currently empty) change the clear color and