mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-05 05:17:46 -04:00
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user