summaryrefslogtreecommitdiff
path: root/game/vehicles/vehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/vehicles/vehicle.cpp')
-rw-r--r--game/vehicles/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/vehicles/vehicle.cpp b/game/vehicles/vehicle.cpp
index 6dc8371..0d46017 100644
--- a/game/vehicles/vehicle.cpp
+++ b/game/vehicles/vehicle.cpp
@@ -10,7 +10,7 @@
#include <cmath>
#include <glm/glm.hpp>
#include <iterator>
-#include <location.hpp>
+#include <location.h>
#include <maths.h>
#include <utility>
#include <vector>