Fix mingw32 compile error

pull/103/head
Tatsuhiro Tsujikawa 2013-06-22 01:23:08 +09:00
parent 07d270c87e
commit c330ac901d
1 changed files with 2 additions and 1 deletions

View File

@ -34,9 +34,10 @@
/* copyright --> */
#include "SimpleRandomizer.h"
#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
#include <cstdlib>
#include <cassert>
#include "a2time.h"