non-implicit string.h inclusion to fix non-Win32 compiles
This commit is contained in:
parent
141a8cbb05
commit
da8d9c1126
|
@ -4,6 +4,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "MemTest.h"
|
#include "MemTest.h"
|
||||||
#include "StdString.h"
|
#include "StdString.h"
|
||||||
|
|
Loading…
Reference in New Issue