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

Added an include of <memory> for the android build

This commit is contained in:
jules 2016-03-18 10:41:30 +00:00
parent 8653a97ede
commit 2ecbe54c45

View file

@ -50,6 +50,7 @@
//==============================================================================
#include <memory>
#include <vector> // included before platform defs to provide a definition of _LIBCPP_VERSION
#include "juce_CompilerSupport.h"