summaryrefslogtreecommitdiffstats
path: root/src/Vector3.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-03 15:02:51 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-03 15:02:51 +0200
commit616ddf5ca50450279198775a598796bb367cf8ce (patch)
tree836b6b8774216e0735aeb63226443e976483e0da /src/Vector3.h
parentFixed polarssl programs included (diff)
downloadcuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.gz
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.bz2
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.lz
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.xz
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.zst
cuberite-616ddf5ca50450279198775a598796bb367cf8ce.zip
Diffstat (limited to 'src/Vector3.h')
-rw-r--r--src/Vector3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Vector3.h b/src/Vector3.h
index 2c79f9ff1..53fdcf6df 100644
--- a/src/Vector3.h
+++ b/src/Vector3.h
@@ -5,6 +5,8 @@
#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC)
#include <math.h>
+#include <list>
+#include <vector>