mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 17:06:39 +00:00
VC2005 build fix
This was SVN commit r7572.
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
// Ugly hack: Boost disables rand48's operator<< in VC2005 and older, but we'd quite
|
||||
// like to use it, so remove the macro that disables it (before we include
|
||||
// linear_congruential.hpp)
|
||||
#if MSC_VERSION && MSC_VERSION <= 1400
|
||||
#undef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||
#endif
|
||||
|
||||
#include "ComponentManager.h"
|
||||
#include "IComponent.h"
|
||||
#include "ParamNode.h"
|
||||
|
||||
Reference in New Issue
Block a user