summaryrefslogtreecommitdiffstats
path: root/src/math/old/math3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/old/math3d.h')
-rw-r--r--src/math/old/math3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/old/math3d.h b/src/math/old/math3d.h
index 6c09f99..0a3ddc1 100644
--- a/src/math/old/math3d.h
+++ b/src/math/old/math3d.h
@@ -21,6 +21,8 @@
#include <math.h>
+#include "common/struct.h"
+
//>>> geometry.h SegmentPoint()
D3DVECTOR SegmentDist(const D3DVECTOR &p1, const D3DVECTOR &p2, float dist);