Including <functional> for std::bind

Differential Revision: https://reviews.llvm.org/D44099

llvm-svn: 326727
This commit is contained in:
Raphael Isemann 2018-03-05 17:54:23 +00:00
parent 7612f85df5
commit 1fe3ee18b4
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <thread>
#include <vector>
#include <queue>
#include <functional>
#include <future>
#include <iostream>
#include <cassert>