Browse Source

GL: missing include on a non-deprecated WebGL build.

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
47a248af9e
  1. 3
      src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp

3
src/Magnum/GL/Test/PrimitiveQueryGLTest.cpp

@ -46,6 +46,9 @@
#ifndef MAGNUM_TARGET_WEBGL
#include <Corrade/Containers/String.h>
#endif
#ifdef MAGNUM_TARGET_WEBGL
#include <Corrade/Containers/Iterable.h>
#endif
namespace Magnum { namespace GL { namespace Test { namespace {

Loading…
Cancel
Save