From 6179e22749a6a007bb5c9f607d4e768b6d75acd3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 11 Mar 2017 11:34:23 +0100 Subject: [PATCH] StringUtils: add missing include for VS2012 & 2013 --- code/StringUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/StringUtils.h b/code/StringUtils.h index b1cfa3d13..18041459d 100644 --- a/code/StringUtils.h +++ b/code/StringUtils.h @@ -41,6 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define INCLUDED_AI_STRINGUTILS_H #include +#include /// @fn ai_snprintf /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.