diff --git a/src/LinearMath/btQuickprof.cpp b/src/LinearMath/btQuickprof.cpp index 56f6c8dfc..3fff218b3 100644 --- a/src/LinearMath/btQuickprof.cpp +++ b/src/LinearMath/btQuickprof.cpp @@ -56,6 +56,7 @@ #else //_WIN32 #include +#include #endif //_WIN32 #define mymin(a,b) (a > b ? a : b)