Implementation of the new spiffy pass system
[oota-llvm.git] / lib / VMCore / Verifier.cpp
index 55424fc4784ab4f93de960546ef5f2a107fcc1d6..0702e85f0e0cc363cf2dad295ccd176242546fba 100644 (file)
@@ -34,6 +34,9 @@
 #include "llvm/Module.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/Type.h"
+using std::string;
+using std::vector;
+
 
 // Error - Define a macro to do the common task of pushing a message onto the
 // end of the error list and setting Bad to true.