From 6ad90765541c688d955437548bf6cc3799f6c7af Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 13 Aug 2003 22:27:15 +0000 Subject: [PATCH] Using std::string requires `#include ', says gcc-2.95.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7833 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/TableGen/CodeGenWrappers.h | 1 + utils/TableGen/CodeGenTarget.h | 1 + utils/TableGen/CodeGenWrappers.h | 1 + 3 files changed, 3 insertions(+) diff --git a/support/tools/TableGen/CodeGenWrappers.h b/support/tools/TableGen/CodeGenWrappers.h index 595542a24ad..00ca3fcc603 100644 --- a/support/tools/TableGen/CodeGenWrappers.h +++ b/support/tools/TableGen/CodeGenWrappers.h @@ -12,6 +12,7 @@ #include "llvm/CodeGen/ValueTypes.h" #include +#include #include class Record; class RecordKeeper; diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index 595542a24ad..00ca3fcc603 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h @@ -12,6 +12,7 @@ #include "llvm/CodeGen/ValueTypes.h" #include +#include #include class Record; class RecordKeeper; diff --git a/utils/TableGen/CodeGenWrappers.h b/utils/TableGen/CodeGenWrappers.h index 595542a24ad..00ca3fcc603 100644 --- a/utils/TableGen/CodeGenWrappers.h +++ b/utils/TableGen/CodeGenWrappers.h @@ -12,6 +12,7 @@ #include "llvm/CodeGen/ValueTypes.h" #include +#include #include class Record; class RecordKeeper; -- 2.34.1