From dbcd82619064f5853a99aa51ca6ad0d5c00f8530 Mon Sep 17 00:00:00 2001 From: John Bytheway Date: Mon, 21 Jan 2019 21:55:17 +0000 Subject: [PATCH] Fix Android compile error Earlier include cleanup removed some headers important for the Android build. Attempt to restore them. --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index f3c7fcd9b92a1..9d98a992b2ec3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,6 +37,7 @@ #endif #ifdef __ANDROID__ +#include #include #include #include