[llvm-commits] [llvm] r164009 - /llvm/trunk/include/llvm/DerivedTypes.h
Craig Topper
craig.topper at gmail.com
Sun Sep 16 14:56:23 PDT 2012
Author: ctopper
Date: Sun Sep 16 16:56:23 2012
New Revision: 164009
URL: http://llvm.org/viewvc/llvm-project?rev=164009&view=rev
Log:
Add include of Compiler.h to fix build bot failures.
Modified:
llvm/trunk/include/llvm/DerivedTypes.h
Modified: llvm/trunk/include/llvm/DerivedTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DerivedTypes.h?rev=164009&r1=164008&r2=164009&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DerivedTypes.h (original)
+++ llvm/trunk/include/llvm/DerivedTypes.h Sun Sep 16 16:56:23 2012
@@ -19,6 +19,7 @@
#define LLVM_DERIVED_TYPES_H
#include "llvm/Type.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list