Fix build

--HG--
branch : trunk
This commit is contained in:
click
2010-12-10 01:44:34 +01:00
parent 456f29c089
commit 7e0dee8cb1
2 changed files with 2 additions and 8 deletions

View File

@@ -18,7 +18,6 @@
#include "Util.h"
#include "socket_include.h"
#include "utf8.h"
#ifdef USE_SFMT_FOR_RNG
#include "SFMT.h"
@@ -26,6 +25,7 @@
#include "MersenneTwister.h"
#endif
#include <ace/TSS_T.h>
#include <ace/INET_Addr.h>
#ifdef USE_SFMT_FOR_RNG
typedef ACE_TSS<SFMTRand> SFMTRandTSS;