Browse Source

Platform: fix WindowlessCglContext on non-deprecated build.

pull/249/head
Vladimír Vondruš 8 years ago
parent
commit
26f1abb396
  1. 2
      src/Magnum/Platform/WindowlessCglApplication.cpp

2
src/Magnum/Platform/WindowlessCglApplication.cpp

@ -31,7 +31,7 @@
#include <Corrade/Utility/Debug.h>
#include "Magnum/GL/Version.h"
#include "Magnum/Platform/Context.h"
#include "Magnum/Platform/GLContext.h"
namespace Magnum { namespace Platform {

Loading…
Cancel
Save