From 30e7ca4b6ab3b5c21a0747844e72743d3e5a1be9 Mon Sep 17 00:00:00 2001 From: emeric254 Date: Wed, 25 Jan 2017 21:55:43 +0000 Subject: [PATCH] fix missing include Can't compile vmap extraction tools without this include under Debian Jessie --- src/game/vmap/WorldModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/vmap/WorldModel.cpp b/src/game/vmap/WorldModel.cpp index b108c648..38f7b0ad 100644 --- a/src/game/vmap/WorldModel.cpp +++ b/src/game/vmap/WorldModel.cpp @@ -25,6 +25,7 @@ #include "WorldModel.h" #include "VMapDefinitions.h" #include "MapTree.h" +#include using G3D::Vector3; using G3D::Ray;