From: Chris Lattner Date: Fri, 25 Jul 2003 17:23:27 +0000 (+0000) Subject: Add includes of assert X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a44a4cd055bdad9f324d2d9a1b04bdc0bb1b2519;p=oota-llvm.git Add includes of assert git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h index b6c066006fe..245d15bc51d 100644 --- a/include/Support/CommandLine.h +++ b/include/Support/CommandLine.h @@ -17,6 +17,7 @@ #include #include #include +#include #include "boost/type_traits/object_traits.hpp" /// cl Namespace - This namespace contains all of the command line option diff --git a/include/Support/Timer.h b/include/Support/Timer.h index c36006f25d5..e993d88b72a 100644 --- a/include/Support/Timer.h +++ b/include/Support/Timer.h @@ -28,6 +28,7 @@ #include #include #include +#include class TimerGroup; diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index b6c066006fe..245d15bc51d 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -17,6 +17,7 @@ #include #include #include +#include #include "boost/type_traits/object_traits.hpp" /// cl Namespace - This namespace contains all of the command line option diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index c36006f25d5..e993d88b72a 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -28,6 +28,7 @@ #include #include #include +#include class TimerGroup;