Changeset 324 for cpp


Ignore:
Timestamp:
02/02/15 15:04:41 (9 years ago)
Author:
Maciej Komosinski
Message:

#include <stdint.h> for all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/random.h

    r286 r324  
    55#include "nonstd.h" //LONGLONG
    66#include <time.h> //time()
     7#include <stdint.h> //uintptr_t
    78#ifdef MULTITHREADED
    89 #include "threads.h"
     
    1213 #include <sys/stat.h>
    1314 #include <fcntl.h>
    14 #endif
    15 #if defined(__BORLANDC__) || defined(MACOS)
    16  #include <stdint.h> //uintptr_t in borland and mac os
    1715#endif
    1816#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.