made async compile again

This commit is contained in:
Andreas Rumpf
2016-09-26 23:31:36 +02:00
parent 0699305121
commit 21e35c201c
3 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,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

View File

@@ -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