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

Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way).

This commit is contained in:
Timur Doumler 2016-03-18 16:34:50 +00:00
parent 4203f58548
commit e30464b210

View file

@ -26,8 +26,6 @@
==============================================================================
*/
#include <memory>
namespace
{
void handleAndroidCallback (bool permissionWasGranted, RuntimePermissions::Callback* callbackPtr)