aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-26 05:08:55 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-26 05:08:55 +0000
commit6fb9a84e79212f550981b6545aa435e7ca0cd794 (patch)
treeef9b6d51ccb8e42ed28222771b52f864947f103c /utils/TableGen/Record.cpp
parenta7df3c9cc37d4862e351ff326ec7baee2254c1c9 (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.cpp2
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;
//===----------------------------------------------------------------------===//