projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a199f
)
std::function is part of <functional>, not <utility>
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 1 Mar 2015 21:49:21 +0000
(21:49 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 1 Mar 2015 21:49:21 +0000
(21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230913
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/DiagnosticInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/DiagnosticInfo.h
b/include/llvm/IR/DiagnosticInfo.h
index 439cf441a8a0e2b42bcdf50ff732ef9681fe0fd6..6db5a40c5772c052c94252b24cbf1b45924218b1 100644
(file)
--- a/
include/llvm/IR/DiagnosticInfo.h
+++ b/
include/llvm/IR/DiagnosticInfo.h
@@
-20,7
+20,7
@@
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Casting.h"
-#include <
utility
>
+#include <
functional
>
namespace llvm {