back out last commit: The .cpp file for a module should include its corresponding...
authorGabor Greif <ggreif@gmail.com>
Tue, 27 May 2008 17:26:02 +0000 (17:26 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 27 May 2008 17:26:02 +0000 (17:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/BasicBlock.cpp

index 15cc0d9e816664385bd8485db7f0128739cd6aa0..64711fea0c7751861c084cb6f5dfff8e0fbc929b 100644 (file)
@@ -11,6 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/BasicBlock.h"
 #include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/Type.h"