fixed include path (don't use system include <>, but "" instead)
Thanks to Stephen (shatcher) for reporting! http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1696&p=6412#p6412
This commit is contained in:
@@ -26,7 +26,7 @@ Nov.2006
|
||||
|
||||
#include "btGjkEpa.h"
|
||||
#include <string.h> //for memset
|
||||
#include <LinearMath/btStackAlloc.h>
|
||||
#include "LinearMath/btStackAlloc.h"
|
||||
|
||||
#if defined(DEBUG) || defined (_DEBUG)
|
||||
#include <stdio.h> //for debug printf
|
||||
|
||||
Reference in New Issue
Block a user