Skip to content

Commit

Permalink
Including <functional> for std::bind
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D44099

llvm-svn: 326727
  • Loading branch information
Teemperor committed Mar 5, 2018
1 parent 7612f85 commit 1fe3ee1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
#include <thread>
#include <vector>
#include <queue>
#include <functional>
#include <future>
#include <iostream>
#include <cassert>
Expand Down

0 comments on commit 1fe3ee1

Please sign in to comment.