Add missing include that MSVC complains about.

Also reorder includes a bit, NFC.

llvm-svn: 232980
This commit is contained in:
Benjamin Kramer 2015-03-23 18:19:41 +00:00
parent 019b031c5c
commit 4073ce8d04
1 changed files with 4 additions and 2 deletions

View File

@ -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
//