From a8cebbe3fd7533fc25120fe892393266a05e4562 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 22 Aug 2013 17:55:49 -0700 Subject: [PATCH] Fix windows build. --- core/logic/thread/WinThreads.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/logic/thread/WinThreads.h b/core/logic/thread/WinThreads.h index 169d2189..34c576e0 100644 --- a/core/logic/thread/WinThreads.h +++ b/core/logic/thread/WinThreads.h @@ -32,8 +32,8 @@ #ifndef _INCLUDE_WINTHREADS_H_ #define _INCLUDE_WINTHREADS_H_ -#include -#include +#include +#include #include #include "IThreader.h"