diff --git a/src/modules/physics/box2d/Source/Common/b2Settings.h b/src/modules/physics/box2d/Source/Common/b2Settings.h index e8e3ef8fd..22866b0ef 100644 --- a/src/modules/physics/box2d/Source/Common/b2Settings.h +++ b/src/modules/physics/box2d/Source/Common/b2Settings.h @@ -19,13 +19,13 @@ #ifndef B2_SETTINGS_H #define B2_SETTINGS_H -//#include -#include +#include +//#include #include #define B2_NOT_USED(x) x -//#define b2Assert(A) assert(A) -#define b2Assert(A) {if(!(A)) throw love::Exception("Box2D error: " #A);} +#define b2Assert(A) assert(A) +//#define b2Assert(A) {if(!(A)) throw love::Exception("Box2D error: " #A);} // need to include NDS jtypes.h instead of