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

Avoided a confusing error with Grid when using old compilers

This commit is contained in:
jules 2017-12-04 14:19:16 +00:00
parent 0f6cfda823
commit 3a937b75a0

View file

@ -156,10 +156,12 @@ namespace juce
class ApplicationCommandManagerListener; class ApplicationCommandManagerListener;
class DrawableButton; class DrawableButton;
#if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS #if JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS
class FlexBox; class FlexBox;
#if JUCE_HAS_CONSTEXPR
class Grid; class Grid;
#endif #endif
#endif
} }
#include "mouse/juce_MouseCursor.h" #include "mouse/juce_MouseCursor.h"