From: Benjamin Kramer Date: Sun, 1 Mar 2015 21:49:21 +0000 (+0000) Subject: std::function is part of , not X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=febde5c5162e2cb7ee728299dbd6f75c7e736172;p=oota-llvm.git std::function is part of , not git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230913 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DiagnosticInfo.h b/include/llvm/IR/DiagnosticInfo.h index 439cf441a8a..6db5a40c577 100644 --- 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 +#include namespace llvm {