erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.05k stars 1.51k forks source link

Fix relative include in b2_island.cpp #702

Closed marmichalski closed 2 years ago

marmichalski commented 2 years ago

I believe this should not be included with the folder in the path - no other include is done like that.

What this change does is that it is now possible to build the lib with, for example, Visual Studio without following cmake guide, but just throwing files at it & building. Otherwise src dir will have to be added as an additional include path to the solution 🤔

erincatto commented 2 years ago

69276dc33204891b9c3f51d4352a684a041e25c4