From 67a4bba2ce4be36a23d75d9ae060579d554f6a17 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 29 Aug 2012 17:31:19 +0000 Subject: More header/include fun on windows. --- src/stable/thread.cpp | 1 - src/stable/thread.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stable/thread.cpp b/src/stable/thread.cpp index 141f54a..30443e6 100644 --- a/src/stable/thread.cpp +++ b/src/stable/thread.cpp @@ -5,7 +5,6 @@ * terms of the license contained in the file LICENSE. */ -#include "bu/config.h" #include "bu/thread.h" namespace Bu { subExceptionDef( ThreadException ); } diff --git a/src/stable/thread.h b/src/stable/thread.h index 920807b..ae07665 100644 --- a/src/stable/thread.h +++ b/src/stable/thread.h @@ -8,6 +8,7 @@ #ifndef BU_THREAD_H #define BU_THREAD_H +#include "bu/config.h" #include #include "bu/exceptionbase.h" -- cgit v1.2.3