diff options
Diffstat (limited to 'test/src/TestRay2f.c')
| -rw-r--r-- | test/src/TestRay2f.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/src/TestRay2f.c b/test/src/TestRay2f.c index 99c7821..0484251 100644 --- a/test/src/TestRay2f.c +++ b/test/src/TestRay2f.c @@ -1,4 +1,7 @@ -#include <BH/Math.h> +#include <BH/Math/Ray2f.h> +#include <BH/Math/Vec2f.h> +#include <BH/Math/Box2f.h> +#include <BH/Math/Line.h> #include <BH/Unit.h> |
