1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support

This commit is contained in:
hogliux 2018-04-16 14:36:49 +01:00
parent f1a8e8f610
commit 2f2ff9437b
17 changed files with 30 additions and 101 deletions

View file

@ -21,7 +21,6 @@
#include "../Common/b2Math.h"
#include "../Collision/Shapes/b2Shape.h"
#include <memory>
class b2Fixture;
class b2Joint;