mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 13:24:37 +00:00
Fix compatibility with Boost 1.47
This was SVN commit r9905.
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#include "ps/Profile.h"
|
||||
#include "ps/utf16string.h"
|
||||
|
||||
class AutoGCRooter;
|
||||
#include <boost/random/linear_congruential.hpp>
|
||||
|
||||
namespace boost { class rand48; }
|
||||
class AutoGCRooter;
|
||||
|
||||
// Set the maximum number of function arguments that can be handled
|
||||
// (This should be as small as possible (for compiler efficiency),
|
||||
|
||||
Reference in New Issue
Block a user