From b5816196c019775bf57838a2d989cce846b77505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 13 Jun 2016 07:57:53 +0200 Subject: [PATCH] Explicitly use Magnum::Math::Literals namespace. --- doc/generated/hello.cpp | 1 + doc/generated/shaders.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/generated/hello.cpp b/doc/generated/hello.cpp index 807f3c280..2af5e7207 100644 --- a/doc/generated/hello.cpp +++ b/doc/generated/hello.cpp @@ -31,6 +31,7 @@ #include using namespace Magnum; +using namespace Magnum::Math::Literals; class Hello: public Platform::Application { public: diff --git a/doc/generated/shaders.cpp b/doc/generated/shaders.cpp index edf4cc11f..4b2f83f11 100644 --- a/doc/generated/shaders.cpp +++ b/doc/generated/shaders.cpp @@ -67,6 +67,7 @@ #include "configure.h" using namespace Magnum; +using namespace Magnum::Math::Literals; struct ShaderVisualizer: Platform::WindowlessApplication { using Platform::WindowlessApplication::WindowlessApplication;