diff options
Diffstat (limited to 'contrib/libc++/src/random.cpp')
-rw-r--r-- | contrib/libc++/src/random.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libc++/src/random.cpp b/contrib/libc++/src/random.cpp index 4ab424e..eb2510a 100644 --- a/contrib/libc++/src/random.cpp +++ b/contrib/libc++/src/random.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include <__config> + #if defined(_LIBCPP_USING_WIN32_RANDOM) // Must be defined before including stdlib.h to enable rand_s(). #define _CRT_RAND_S |