Skip to content

Instantly share code, notes, and snippets.

@ahti
Created June 10, 2017 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahti/7c8723abc3d7fd7b33fedb2824c144a3 to your computer and use it in GitHub Desktop.
Save ahti/7c8723abc3d7fd7b33fedb2824c144a3 to your computer and use it in GitHub Desktop.
diff --git a/include/lldb/Utility/TaskPool.h b/include/lldb/Utility/TaskPool.h
index db15b2081..3e6d5df8f 100644
--- a/include/lldb/Utility/TaskPool.h
+++ b/include/lldb/Utility/TaskPool.h
@@ -33,6 +33,7 @@
#include <queue>
#include <thread>
#include <vector>
+#include <functional>
// Global TaskPool class for running tasks in parallel on a set of worker thread
// created the first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment