mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
import dispatch in tests, so they can run on linux as well
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#include "Task.h"
|
||||
#include "bitset"
|
||||
#include "string"
|
||||
#include "queue"
|
||||
#include "queue" // TODO: remove and replace with usage of our mpsc queue
|
||||
#include <atomic>
|
||||
#include <assert.h>
|
||||
|
||||
namespace swift {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user