Thou shalt include all the needed string headers.
This commit is contained in:
parent
50665860b3
commit
6e937faaf0
|
@ -22,9 +22,11 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <stdarg.h>
|
||||
|
||||
class EMUFILE {
|
||||
|
|
Loading…
Reference in New Issue