Fix build for MSVC 2003

This commit is contained in:
twinaphex 2020-06-30 01:50:12 +02:00
parent 120afe5d21
commit ad8c22e6ac
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include "config.h"
#endif
#ifdef _MSC_VER
#include <compat/msvc.h>
#endif
#include <streams/file_stream.h>
#define VFS_FRONTEND
#include <vfs/vfs_implementation.h>