diff options
| author | Duraid Madina <duraid@octopus.com.au> | 2005-12-26 05:08:55 +0000 |
|---|---|---|
| committer | Duraid Madina <duraid@octopus.com.au> | 2005-12-26 05:08:55 +0000 |
| commit | 6fb9a84e79212f550981b6545aa435e7ca0cd794 (patch) | |
| tree | ef9b6d51ccb8e42ed28222771b52f864947f103c /utils/TableGen/Record.cpp | |
| parent | a7df3c9cc37d4862e351ff326ec7baee2254c1c9 (diff) | |
more standards-compliance stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Record.cpp')
| -rw-r--r-- | utils/TableGen/Record.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp index 13e4c985b6..2a70c27e50 100644 --- a/utils/TableGen/Record.cpp +++ b/utils/TableGen/Record.cpp @@ -12,6 +12,8 @@ #include "Record.h" #include "llvm/Support/DataTypes.h" +#include <ios> + using namespace llvm; //===----------------------------------------------------------------------===// |
