summaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-27 19:08:03 +0000
committerChris Lattner <sabre@nondot.org>2002-10-27 19:08:03 +0000
commit9550dc2df2aad33e92febc0e3a15aca372639a10 (patch)
treead05d0d415405b3557737899d9e5753449b6e93d /lib/Support/Timer.cpp
parenta50d6ec97d1302962c9362d2f810e99526d49974 (diff)
downloadllvm-9550dc2df2aad33e92febc0e3a15aca372639a10.tar.gz
llvm-9550dc2df2aad33e92febc0e3a15aca372639a10.tar.bz2
llvm-9550dc2df2aad33e92febc0e3a15aca372639a10.tar.xz
Add #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Timer.cpp')
-rw-r--r--lib/Support/Timer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index fb38fcb6fe..d0ce71f3c3 100644
--- a/lib/Support/Timer.cpp
+++ b/lib/Support/Timer.cpp
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <iostream>
#include <algorithm>
+#include <functional>
static TimerGroup *DefaultTimerGroup = 0;
static TimerGroup *getDefaultTimerGroup() {