Add a bunch more missing cstring includes.

This commit is contained in:
Unknown W. Brackets
2013-12-30 21:37:19 -08:00
parent 2655a4cba6
commit f14361c3b8
15 changed files with 42 additions and 18 deletions
+1 -1
View File
@@ -723,7 +723,7 @@ void DirectoryFileSystem::DoState(PointerWrap &p) {
p.Do(key);
p.Do(iter->second.guestFilename);
p.Do(iter->second.access);
u32 position = iter->second.hFile.Seek(0, FILEMOVE_CURRENT);
u32 position = (u32)iter->second.hFile.Seek(0, FILEMOVE_CURRENT);
p.Do(position);
}
}