From: Rafael Espindola Date: Wed, 25 Jun 2014 15:47:36 +0000 (+0000) Subject: Fix the build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79142eebabb2780daf48495500eb8d2dd049a9ac;p=oota-llvm.git Fix the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211715 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/RandomNumberGenerator.h b/include/llvm/Support/RandomNumberGenerator.h index bb5267f8ac6..cadc713659d 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