Fix compilation error on Ubuntu 16.04

This commit is contained in:
Kevin Caccamo 2018-11-05 08:24:32 -05:00
parent 1c1a4a3bc0
commit 61378b1fef

View file

@ -24,6 +24,7 @@
#include "math/mathlib.h"
#include <vector>
#include <cmath>
class SphereShape
{