Trying to fix the build in a bot.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 14 Dec 2015 23:31:08 +0000 (23:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 14 Dec 2015 23:31:08 +0000 (23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255577 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/FunctionImport.cpp

index fe58bdbed190b435eb8cbbdfa123fed862492eb6..d12f64d296d850a722d1fbc474e75035ed8e36bb 100644 (file)
@@ -25,6 +25,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/SourceMgr.h"
 
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/SourceMgr.h"
 
+#include <functional>
 #include <map>
 
 using namespace llvm;
 #include <map>
 
 using namespace llvm;