commit | c98c87161723ef2d14543ef0caa8d987a79d18fc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 27 19:08:03 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 27 19:08:03 2002 +0000 |
tree | aa79ad698a76493a1a1a55fa3c070746789e3b1e | |
parent | 371ce74737fbb7fa46ff79acc13c047faf49afd2 [diff] [blame] |
Add #include llvm-svn: 4291
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index fb38fcb..d0ce71f 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp
@@ -12,6 +12,7 @@ #include <stdio.h> #include <iostream> #include <algorithm> +#include <functional> static TimerGroup *DefaultTimerGroup = 0; static TimerGroup *getDefaultTimerGroup() {