From a44a4cd055bdad9f324d2d9a1b04bdc0bb1b2519 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 17:23:27 +0000 Subject: Add includes of assert git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7307 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/CommandLine.h | 1 + include/Support/Timer.h | 1 + include/llvm/Support/CommandLine.h | 1 + include/llvm/Support/Timer.h | 1 + 4 files changed, 4 insertions(+) (limited to 'include') diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h index b6c0660..245d15b 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 c36006f..e993d88 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 b6c0660..245d15b 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 c36006f..e993d88 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -28,6 +28,7 @@ #include #include #include +#include class TimerGroup; -- cgit v1.1