Commit 8674cdaa authored by Mark Grimes's avatar Mark Grimes

Add include for window-sanity.h to fix compile error on KJ_LOG

parent 651c5262
......@@ -24,11 +24,13 @@
#if _WIN32
#include <windows.h>
#include "windows-sanity.h"
#else
#include <pthread.h>
#include <signal.h>
#endif
namespace kj {
#if _WIN32
......
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