From: Duraid Madina Date: Mon, 26 Dec 2005 05:08:55 +0000 (+0000) Subject: more standards-compliance stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fb9a84e79212f550981b6545aa435e7ca0cd794;p=oota-llvm.git more standards-compliance stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp index 13e4c985b61..2a70c27e50c 100644 --- a/utils/TableGen/Record.cpp +++ b/utils/TableGen/Record.cpp @@ -12,6 +12,8 @@ #include "Record.h" #include "llvm/Support/DataTypes.h" +#include + using namespace llvm; //===----------------------------------------------------------------------===// diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp index 5d946c20f9e..3f8547d599c 100644 --- a/utils/TableGen/TableGen.cpp +++ b/utils/TableGen/TableGen.cpp @@ -28,6 +28,7 @@ #include #include #include +#include using namespace llvm; enum ActionType {