Commit 79f14773 authored by Kenton Varda's avatar Kenton Varda

Try to fix win32 build.

parent 0e385a2f
......@@ -37,11 +37,12 @@ namespace kj {
#if _WIN32
class Win32EventPort;
class AutoCloseHandle;
#else
class UnixEventPort;
class AutoCloseFd;
#endif
class AutoCloseFd;
class NetworkAddress;
class AsyncOutputStream;
class AsyncIoStream;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment