manually add dependency from lexer.cpp to parser.hpp
[supertux.git] / src / math / vector.cpp
index 7c914b3..d19f707 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <cmath>
 
-#include "math/vector.h"
+#include "math/vector.hpp"
 
 Vector Vector::unit() const
 {