Thou shalt include all the needed string headers.

This commit is contained in:
riccardom 2009-08-28 09:14:54 +00:00
parent 50665860b3
commit 6e937faaf0
1 changed files with 3 additions and 1 deletions

View File

@ -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 {
@ -242,4 +244,4 @@ public:
};
#endif
#endif