Merge pull request #48849 from madmiraal/fix-quat-includes

Fix `Quat` includes
This commit is contained in:
Rémi Verschelde 2021-05-19 19:28:17 +02:00 committed by GitHub
commit d5c469acfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,14 +28,12 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/ /*************************************************************************/
// Circular dependency between Vector3 and Basis :/
#include "core/math/vector3.h"
#ifndef QUAT_H #ifndef QUAT_H
#define QUAT_H #define QUAT_H
#include "core/math/math_defs.h" #include "core/math/math_defs.h"
#include "core/math/math_funcs.h" #include "core/math/math_funcs.h"
#include "core/math/vector3.h"
#include "core/string/ustring.h" #include "core/string/ustring.h"
class Quat { class Quat {