Browse Source

Added missing #include.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
70402d687f
  1. 1
      src/Math/MathTypeTraits.h

1
src/Math/MathTypeTraits.h

@ -19,6 +19,7 @@
* @brief Class Magnum::Math::MathTypeTraits
*/
#include <cstddef>
#include <cmath>
/** @brief Precision when testing floats for equality */

Loading…
Cancel
Save