]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.cpp
removed lazy fwd headers
[l2e.git] / src / loader / Interpreter.cpp
index e64110dbf7175801cbd2cde01aea701ce874d4d1..cb15a035185512b8127d6a1206850a46b0a6fe01 100644 (file)
@@ -1,6 +1,7 @@
 #include "Interpreter.h"
 
 #include "ParsedSource.h"
+#include "TypeDescription.h"
 #include "../battle/Hero.h"
 #include "../battle/Monster.h"
 #include "../battle/PartyLayout.h"
@@ -40,7 +41,7 @@ using graphics::Gauge;
 using graphics::ComplexAnimation;
 using graphics::SimpleAnimation;
 using graphics::Sprite;
-using geometry::Vector;
+using math::Vector;
 using std::make_pair;
 using std::set;
 using std::string;