#error This file may only be included from folly/Random.h
#endif
+#include <array>
+
namespace folly {
namespace detail {
#include <glog/logging.h>
#include <folly/File.h>
#include <folly/FileUtil.h>
+#include <folly/ThreadLocal.h>
#ifdef _MSC_VER
# include <wincrypt.h>
#include <type_traits>
#include <random>
#include <stdint.h>
-#include <folly/ThreadLocal.h>
+#include <folly/Portability.h>
#if FOLLY_HAVE_EXTRANDOM_SFMT19937
#include <ext/random>
//
// Author: andrei.alexandrescu@fb.com
+#include <folly/Foreach.h>
#include <folly/Traits.h>
#include <folly/Random.h>
#include <folly/FBString.h>
//
// Author: andrei.alexandrescu@fb.com
+#include <folly/Foreach.h>
#include <folly/Traits.h>
#include <folly/Random.h>
#include <folly/FBString.h>