X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Ffwd.h;h=618c8cc216264f4d4b9eeef7bccc28026c873c36;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=9e143fd3c7b8417266bc961d10ae283dc0603e6f;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/math/fwd.h b/src/math/fwd.h index 9e143fd..618c8cc 100644 --- a/src/math/fwd.h +++ b/src/math/fwd.h @@ -1,8 +1,12 @@ #ifndef MATH_FWD_H_ #define MATH_FWD_H_ +#include + namespace math { +template +class Fixed; template class Vector;