fix two compile errors, thanks to Travis

https://travis-ci.org/bulletphysics/bullet3/jobs/33858712
This commit is contained in:
erwin coumans
2014-08-28 18:53:51 -07:00
parent bc5e2b3d50
commit 0dff61fbe0
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#include <stdio.h>
#include "b3Scalar.h"
#include <stddef.h>//ptrdiff_h
struct b3FileUtils
{