浏览代码

StringUtils: add missing include for VS2012 & 2013

Kim Kulling 8 年之前
父节点
当前提交
6179e22749
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/StringUtils.h

+ 1 - 0
code/StringUtils.h

@@ -41,6 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define INCLUDED_AI_STRINGUTILS_H
 #define INCLUDED_AI_STRINGUTILS_H
 
 
 #include <sstream>
 #include <sstream>
+#include <string.h>
 
 
 ///	@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.