non-implicit string.h inclusion to fix non-Win32 compiles

This commit is contained in:
no 2015-12-07 18:59:05 -05:00
parent 141a8cbb05
commit da8d9c1126
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <windows.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include "MemTest.h"
#include "StdString.h"