aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-05-23 17:49:55 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 21:45:45 +0300
commit29d47da61e637a2c02cc6b6e65a674a7a667df9d (patch)
treec0b26262891ca30dcce600fb7d56b6d8809fa758
parente014bb5359ae464f14a413dd5ee98f0b5a385f67 (diff)
CEntity and C(Vu)Vector fixes and cleanup
-rw-r--r--src/entities/Entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/Entity.cpp b/src/entities/Entity.cpp
index d106898d..5c059598 100644
--- a/src/entities/Entity.cpp
+++ b/src/entities/Entity.cpp
@@ -1,5 +1,6 @@
#include "common.h"
+#include "VuVector.h"
#include "General.h"
#include "RwHelper.h"
#include "ModelIndices.h"