Browse Source

GL: we need to include Reference.h only on a deprecated build.

pull/499/head
Vladimír Vondruš 3 years ago
parent
commit
c6e627d560
  1. 2
      src/Magnum/GL/AbstractShaderProgram.cpp

2
src/Magnum/GL/AbstractShaderProgram.cpp

@ -34,7 +34,9 @@
#include <Corrade/Containers/String.h>
#endif
#include <Corrade/Containers/StringStl.h> /** @todo remove once <string>-free */
#ifdef MAGNUM_BUILD_DEPRECATED
#include <Corrade/Containers/Reference.h>
#endif
#include <Corrade/Utility/DebugStl.h>
#include "Magnum/GL/Context.h"

Loading…
Cancel
Save