Browse Source

Text: fix deprecated no-assert build.

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
7dcd0998f1
  1. 2
      src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp

2
src/Magnum/Text/DistanceFieldGlyphCacheGL.cpp

@ -34,7 +34,7 @@
#include "Magnum/GL/Context.h" #include "Magnum/GL/Context.h"
#include "Magnum/GL/Extensions.h" #include "Magnum/GL/Extensions.h"
#endif #endif
#ifndef CORRADE_NO_ASSERT #if !defined(CORRADE_NO_ASSERT) || defined(MAGNUM_BUILD_DEPRECATED)
#include "Magnum/GL/PixelFormat.h" #include "Magnum/GL/PixelFormat.h"
#endif #endif
#include "Magnum/GL/TextureFormat.h" #include "Magnum/GL/TextureFormat.h"

Loading…
Cancel
Save