Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2158


Ignore:
Timestamp:
Nov 8, 2008, 5:55:50 PM (15 years ago)
Author:
rgrieder
Message:

Fixed build for msvc with mbool.

Location:
code/branches/objecthierarchy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/util/Math.cc

    r2111 r2158  
    3737#include "MathConvert.h"
    3838#include "SubString.h"
     39
     40// Do not remove this include to avoid linker errors.
     41#include "mbool.h"
    3942
    4043namespace orxonox
  • code/branches/objecthierarchy/visual_studio/vc8/util.vcproj

    r2085 r2158  
    235235                        </File>
    236236                        <File
     237                                RelativePath="..\..\src\util\mbool.h"
     238                                >
     239                        </File>
     240                        <File
    237241                                RelativePath="..\..\src\util\MultiType.h"
    238242                                >
Note: See TracChangeset for help on using the changeset viewer.