mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 05:21:28 +00:00
Add missing include that MSVC complains about.
Also reorder includes a bit, NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df93f4bb0b
commit
2fa206d48a
@ -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…
x
Reference in New Issue
Block a user