Fix missing include in math headers

This commit is contained in:
rexy712 2020-08-29 13:01:11 -07:00
parent 202692a56a
commit 7026363400

View File

@ -19,6 +19,7 @@
#ifndef REXY_MATH_HPP #ifndef REXY_MATH_HPP
#define REXY_MATH_HPP #define REXY_MATH_HPP
#include "fwd_declare.hpp"
#include "math_common.hpp" #include "math_common.hpp"
#include "vec.hpp" #include "vec.hpp"
#include "mat.hpp" #include "mat.hpp"