Browse Source

MeshTools: include <utility> for std::pair usage in deprecated APIs.

Seems that libc++ 19 no longer drags it along with other STL stuff.
pull/659/head
Stanislaw Halik 1 year ago committed by Vladimír Vondruš
parent
commit
d9e19c1bde
  1. 1
      src/Magnum/MeshTools/GenerateNormals.h

1
src/Magnum/MeshTools/GenerateNormals.h

@ -34,6 +34,7 @@
#include "Magnum/MeshTools/visibility.h"
#ifdef MAGNUM_BUILD_DEPRECATED
#include <utility> /* std::pair */
#include <Corrade/Utility/StlForwardVector.h>
#include <Corrade/Utility/Macros.h>
#endif

Loading…
Cancel
Save