瀏覽代碼

Merge pull request #1248 from NcJie/fixed-android-atof-not-found-issue

Fixed no member named 'atop' in global namespace issue for Android ND…
Kim Kulling 8 年之前
父節點
當前提交
9b2671b280
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/StringUtils.h

+ 1 - 0
code/StringUtils.h

@@ -43,6 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include <sstream>
 #include <sstream>
 #include <stdarg.h>
 #include <stdarg.h>
+#include <cstdlib>
 
 
 ///	@fn		ai_snprintf
 ///	@fn		ai_snprintf
 ///	@brief	The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.
 ///	@brief	The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.