projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4606530
)
Fix for Android importing folly/Random.cpp
author
Bryan Alger
<bryana@fb.com>
Thu, 1 May 2014 05:41:23 +0000
(22:41 -0700)
committer
Dave Watson
<davejwatson@fb.com>
Tue, 20 May 2014 19:53:57 +0000
(12:53 -0700)
Summary: ext/random causes issues building on android
Test Plan: compiled on fbandroid
Reviewed By: bmaurer@fb.com
FB internal diff:
D1308224
folly/Random.cpp
patch
|
blob
|
history
diff --git
a/folly/Random.cpp
b/folly/Random.cpp
index e69a4452564e0fb32744cbf3e05d28b5dd37b089..a2c04df3cc1a7666c443202267440053dd224e7f 100644
(file)
--- a/
folly/Random.cpp
+++ b/
folly/Random.cpp
@@
-22,7
+22,7
@@
#include <random>
#include <array>
-#if __GNUC_PREREQ(4, 8)
+#if __GNUC_PREREQ(4, 8)
&& !defined(ANDROID)
#include <ext/random>
#define USE_SIMD_PRNG
#endif