summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-25 15:47:36 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-25 15:47:36 +0000
commit79142eebabb2780daf48495500eb8d2dd049a9ac (patch)
tree634016a1e2b8bdacd139818e8efd17310ffd43f6 /include
parentc7abd2729433a10a9c5bc1a68a2711b05236931d (diff)
downloadllvm-79142eebabb2780daf48495500eb8d2dd049a9ac.tar.gz
llvm-79142eebabb2780daf48495500eb8d2dd049a9ac.tar.bz2
llvm-79142eebabb2780daf48495500eb8d2dd049a9ac.tar.xz
Fix the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/RandomNumberGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/RandomNumberGenerator.h b/include/llvm/Support/RandomNumberGenerator.h
index bb5267f8ac..cadc713659 100644
--- a/include/llvm/Support/RandomNumberGenerator.h
+++ b/include/llvm/Support/RandomNumberGenerator.h
@@ -17,6 +17,7 @@
#define LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h" // Needed for uint64_t on Windows.
#include <random>