From ddfdfc92424d9e3b052f85f004d0816225bc0591 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 1 Aug 2014 13:21:46 -0700 Subject: [PATCH] windows build --- tests/jitter/src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/jitter/src/main.cpp b/tests/jitter/src/main.cpp index a44bb3bef1..e29a26a51b 100644 --- a/tests/jitter/src/main.cpp +++ b/tests/jitter/src/main.cpp @@ -7,7 +7,11 @@ // #include +#ifdef _WINDOWS +#include +#else #include +#endif #include #include #include