From 79142eebabb2780daf48495500eb8d2dd049a9ac Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 25 Jun 2014 15:47:36 +0000 Subject: Fix the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211715 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/RandomNumberGenerator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3