summaryrefslogtreecommitdiffstats
path: root/neofx/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'neofx/math.h')
-rw-r--r--neofx/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/neofx/math.h b/neofx/math.h
index f0f6550..9d6c37c 100644
--- a/neofx/math.h
+++ b/neofx/math.h
@@ -1,7 +1,7 @@
#ifndef NEOFX_MATH_H
#define NEOFX_MATH_H
-#include "types.h"
+#include <neofx/types.h>
float VectorDot(VECTOR, VECTOR);
VECTOR VectorCross(VECTOR, VECTOR);