Browse Source

Math: using absolute #includes in Quaternion.h.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
3076c42663
  1. 4
      src/Math/Quaternion.h

4
src/Math/Quaternion.h

@ -23,8 +23,8 @@
#include <Utility/Assert.h>
#include <Utility/Debug.h>
#include "Vector3.h"
#include "MathTypeTraits.h"
#include "Math/MathTypeTraits.h"
#include "Math/Vector3.h"
namespace Magnum { namespace Math {

Loading…
Cancel
Save