diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-09-26 23:31:36 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-09-26 23:31:36 +0200 |
commit | 21e35c201c629c6e2d16a4db0d99440b50782a2d (patch) | |
tree | 2685be304a5837f1fd907a06a463bfc850fee39c /lib/upcoming | |
parent | 0699305121b176a030aa4d9426ad9f7ee06a8028 (diff) | |
download | Nim-21e35c201c629c6e2d16a4db0d99440b50782a2d.tar.gz |
made async compile again
Diffstat (limited to 'lib/upcoming')
-rw-r--r-- | lib/upcoming/asyncdispatch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/upcoming/asyncdispatch.nim b/lib/upcoming/asyncdispatch.nim index 44043b01d..76113c561 100644 --- a/lib/upcoming/asyncdispatch.nim +++ b/lib/upcoming/asyncdispatch.nim @@ -130,7 +130,7 @@ export Port, SocketFlag # TODO: Check if yielded future is nil and throw a more meaningful exception -include asyncfutures +include "../includes/asyncfutures" type PDispatcherBase = ref object of RootRef |