fix build

This commit is contained in:
Erwin Coumans
2020-07-13 14:45:23 -07:00
parent fc024f00f9
commit f22d88d6ff

View File

@@ -2,6 +2,7 @@
#include "b3SoundSource.h"
#include "Bullet3Common/b3Logging.h"
#include "b3WriteWavFile.h"
#include <math.h>
template <class T>
inline const T& MyMin(const T& a, const T& b)