diff options
Diffstat (limited to 'src/fb/chfb.h')
-rw-r--r-- | src/fb/chfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fb/chfb.h b/src/fb/chfb.h index 1bf8b69..9e10a0d 100644 --- a/src/fb/chfb.h +++ b/src/fb/chfb.h @@ -2,7 +2,7 @@ #define FB_CHFB_H #include <vector> -#include "math/math_vector.h" +#include "math/vector.h" #include "o3d/tri_vertex.h" namespace engine::fb { |