From d308352dbd4121d12d4f44d591463468c09d37f9 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 15 Sep 2013 23:00:01 -0400 Subject: Always use builtin JThread library --- src/profiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profiler.h') diff --git a/src/profiler.h b/src/profiler.h index e22a865c0..f674b3386 100644 --- a/src/profiler.h +++ b/src/profiler.h @@ -22,8 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes.h" #include -#include -#include +#include "jthread/jmutex.h" +#include "jthread/jmutexautolock.h" #include #include "util/timetaker.h" #include "util/numeric.h" // paging() -- cgit v1.2.3