Fixed win build of vmap assembler, too.

--HG--
branch : trunk
This commit is contained in:
Xanadu
2010-06-19 21:50:34 +02:00
parent 29d9e40f74
commit 09923bde06
3 changed files with 1 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "ModelInstance.h"
#include "WorldModel.h"
#include "VMapDefinitions.h"
#include "Log.h"
using G3D::Vector3;

View File

@@ -22,7 +22,6 @@
#include "Define.h"
#include "Dynamic/UnorderedMap.h"
#include "BoundingIntervalHierarchy.h"
#include "Log.h"
namespace VMAP
{

View File

@@ -13,7 +13,6 @@ include_directories(
${CMAKE_SOURCE_DIR}/externals/g3dlite
${CMAKE_SOURCE_DIR}/src/server/shared
${CMAKE_SOURCE_DIR}/src/server/shared/Debugging
${CMAKE_SOURCE_DIR}/src/server/shared/Logging
${CMAKE_SOURCE_DIR}/src/server/collision/Maps
${CMAKE_SOURCE_DIR}/src/server/collision/Models
${ACE_INCLUDE_DIR}