Browse Source

doc: fixed wrong include.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
836066522e
  1. 2
      doc/generated/hello.cpp

2
doc/generated/hello.cpp

@ -27,7 +27,7 @@
#include <Magnum/DefaultFramebuffer.h>
#include <Magnum/Renderer.h>
#include <Magnum/Version.h>
#include <Magnum/Magnum/Color.h>
#include <Magnum/Math/Color.h>
#include <Magnum/Platform/Sdl2Application.h>
using namespace Magnum;

Loading…
Cancel
Save