Browse Source

Math: explicitly include <type_traits> in TypeTraits.h.

We need it there, but somehow it was not being explicitly (transitively)
pulled in by any header.
pull/432/head
Vladimír Vondruš 6 years ago
parent
commit
be337787b2
  1. 1
      src/Magnum/Math/TypeTraits.h

1
src/Magnum/Math/TypeTraits.h

@ -29,6 +29,7 @@
* @brief Type traits
*/
#include <type_traits>
#include <Corrade/Utility/StlMath.h>
#include "Magnum/Math/Math.h"

Loading…
Cancel
Save