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

Debian.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-04-16 15:57:14 +00:00
parent d994db00b2
commit 5a509c8225

View File

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