From e738d1ffde3f6599f64e7fadde4e9fdbfc582956 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Fri, 13 Jan 2017 12:06:13 -0800 Subject: [PATCH] fix for iOS, add #include --- src/LinearMath/btQuickprof.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LinearMath/btQuickprof.cpp b/src/LinearMath/btQuickprof.cpp index 8233daa57..16ca88cdc 100644 --- a/src/LinearMath/btQuickprof.cpp +++ b/src/LinearMath/btQuickprof.cpp @@ -30,6 +30,7 @@ #endif #ifdef __APPLE__ #include +#include #endif #if defined(WIN32) || defined(_WIN32)