[llvm] r211715 - Fix the build.

Rafael Espindola rafael.espindola at gmail.com
Wed Jun 25 08:47:36 PDT 2014


Author: rafael
Date: Wed Jun 25 10:47:36 2014
New Revision: 211715

URL: http://llvm.org/viewvc/llvm-project?rev=211715&view=rev
Log:
Fix the build.

Modified:
    llvm/trunk/include/llvm/Support/RandomNumberGenerator.h

Modified: llvm/trunk/include/llvm/Support/RandomNumberGenerator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/RandomNumberGenerator.h?rev=211715&r1=211714&r2=211715&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/RandomNumberGenerator.h (original)
+++ llvm/trunk/include/llvm/Support/RandomNumberGenerator.h Wed Jun 25 10:47:36 2014
@@ -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 <random>
 





More information about the llvm-commits mailing list