From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- include/threadengine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/threadengine.h') diff --git a/include/threadengine.h b/include/threadengine.h index b840092d4..5d1752a8f 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -1,7 +1,8 @@ #ifndef THREADENGINE_H #define THREADENGINE_H -class Thread; +#include "sockets.h" +#include "extensible.h" class CoreExport Thread : public Pipe, public Extensible { -- cgit