StringUtils: add missing include for VS2012 & 2013
authorKim Kulling <kim.kulling@googlemail.com>
Sat, 11 Mar 2017 10:34:23 +0000 (11:34 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Sat, 11 Mar 2017 10:34:23 +0000 (11:34 +0100)
code/StringUtils.h

index b1cfa3d..1804145 100644 (file)
@@ -41,6 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define INCLUDED_AI_STRINGUTILS_H
 
 #include <sstream>
+#include <string.h>
 
 ///    @fn             ai_snprintf
 ///    @brief  The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.