From aff391c681402c9e46323a0966d5b613fdbbc796 Mon Sep 17 00:00:00 2001 From: Cong Jie Date: Thu, 27 Apr 2017 17:15:03 +0900 Subject: [PATCH] Fixed no member named 'atop' in global namespace issue for Android NDK compilation --- code/StringUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/StringUtils.h b/code/StringUtils.h index 434ab4520..dfc12e47b 100644 --- a/code/StringUtils.h +++ b/code/StringUtils.h @@ -42,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include /// @fn ai_snprintf /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.