forked from OSchip/llvm-project
Add missing include that MSVC complains about.
Also reorder includes a bit, NFC. llvm-svn: 232980
This commit is contained in:
parent
019b031c5c
commit
4073ce8d04
|
@ -13,13 +13,15 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "rng"
|
||||
#include "llvm/Support/RandomNumberGenerator.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/RandomNumberGenerator.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
#define DEBUG_TYPE "rng"
|
||||
|
||||
// Tracking BUG: 19665
|
||||
// http://llvm.org/bugs/show_bug.cgi?id=19665
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue