Add missing <stdio.h> include in src/LinearMath/btMatrixX.h for printf() access. (missing in Emscripten/musl libc builds otherwise)
This commit is contained in:
@@ -19,6 +19,7 @@ subject to the following restrictions:
|
|||||||
|
|
||||||
#include "LinearMath/btQuickprof.h"
|
#include "LinearMath/btQuickprof.h"
|
||||||
#include "LinearMath/btAlignedObjectArray.h"
|
#include "LinearMath/btAlignedObjectArray.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
//#define BT_DEBUG_OSTREAM
|
//#define BT_DEBUG_OSTREAM
|
||||||
#ifdef BT_DEBUG_OSTREAM
|
#ifdef BT_DEBUG_OSTREAM
|
||||||
|
|||||||
Reference in New Issue
Block a user