Merge pull request #3 from Talon1024/master

Fix compilation error on Ubuntu 16.04
This commit is contained in:
Magnus Norddahl 2018-11-05 14:30:38 +01:00 committed by GitHub
commit d1a9daf9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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