From aa713e11f7618f40ec270c03c3a8a4941a8d05a1 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 21 Oct 2013 09:36:40 -0500 Subject: [PATCH] [Android] Fix Build. --- Source/pch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/pch.h b/Source/pch.h index 6a49c2b1f0..64c1354717 100644 --- a/Source/pch.h +++ b/Source/pch.h @@ -16,7 +16,9 @@ #include #include #include +#ifndef ANDROID #include +#endif #include #include #include