- Timestamp:
- 02/02/15 15:04:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/random.h
r286 r324 5 5 #include "nonstd.h" //LONGLONG 6 6 #include <time.h> //time() 7 #include <stdint.h> //uintptr_t 7 8 #ifdef MULTITHREADED 8 9 #include "threads.h" … … 12 13 #include <sys/stat.h> 13 14 #include <fcntl.h> 14 #endif15 #if defined(__BORLANDC__) || defined(MACOS)16 #include <stdint.h> //uintptr_t in borland and mac os17 15 #endif 18 16 #ifdef _WIN32
Note: See TracChangeset
for help on using the changeset viewer.