From 7aa7c4dfee431b29aa049284ec10075c92202eed Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 26 Dec 2016 21:15:59 -0800 Subject: [PATCH] =?UTF-8?q?Linux=20needs=20#include=20=3F=20/home/?= =?UTF-8?q?travis/build/bulletphysics/bullet3/src/LinearMath/btQuickprof.c?= =?UTF-8?q?pp:251:19:=20error:=20=E2=80=98CLOCK=5FREALTIME=E2=80=99=20was?= =?UTF-8?q?=20not=20declared=20in=20this=20scope=20/home/travis/build/bull?= =?UTF-8?q?etphysics/bullet3/src/LinearMath/btQuickprof.cpp:251:37:=20erro?= =?UTF-8?q?r:=20=E2=80=98clock=5Fgettime=E2=80=99=20was=20not=20declared?= =?UTF-8?q?=20in=20this=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/LinearMath/btQuickprof.cpp | 1 + 1 file changed, 1 insertion(+) 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)