From 1f0ac3792d81965e7634bef78e8b24b474199bc8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 14 Jun 2004 05:28:30 +0000 Subject: [PATCH] #include , just in case --- stepmania/src/arch/Threads/Threads_Pthreads.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/arch/Threads/Threads_Pthreads.h b/stepmania/src/arch/Threads/Threads_Pthreads.h index d171473118..bb29500b92 100644 --- a/stepmania/src/arch/Threads/Threads_Pthreads.h +++ b/stepmania/src/arch/Threads/Threads_Pthreads.h @@ -7,6 +7,7 @@ #define PID_BASED_THREADS #endif +#include #include class ThreadImpl_Pthreads: public ThreadImpl