Browse Source

Added an include of <memory> for the android build

tags/2021-05-28
jules 9 years ago
parent
commit
2ecbe54c45
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_core/system/juce_StandardHeader.h

+ 1
- 0
modules/juce_core/system/juce_StandardHeader.h View File

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


Loading…
Cancel
Save