Fixes for building on vc12 (vs 2013), these are primarily just missing includes

This commit is contained in:
Anonymous
2014-01-23 20:19:15 -07:00
parent 65deed81ce
commit 384597f8fb
137 changed files with 979 additions and 130 deletions
@@ -12,6 +12,8 @@
#include "Archive/ByteStream.h"
#include "fileInterface/StdioFile.h"
#include <algorithm>
IndexedCache::IndexedCache(const std::string &i_filename, int i_length, int i_version)
: filename(i_filename), length(i_length), version(i_version)