Include <string> for compatibility with gcc 3.0.x (the system compiler on

Debian.)

llvm-svn: 12985
This commit is contained in:
Brian Gaeke 2004-04-16 15:57:14 +00:00
parent c465066a6c
commit 2a087ad673

View File

@ -17,6 +17,7 @@
#define LLVM_CODEGEN_MACHINEINSTR_H
#include "Support/iterator"
#include <string>
#include <vector>
#include <cassert>