Fix the build.

llvm-svn: 211715
This commit is contained in:
Rafael Espindola 2014-06-25 15:47:36 +00:00
parent e2c6624475
commit 9eb154cb0f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_ #define LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_
#include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h" // Needed for uint64_t on Windows. #include "llvm/Support/DataTypes.h" // Needed for uint64_t on Windows.
#include <random> #include <random>