fixed windows build

This commit is contained in:
orignal 2016-02-22 09:53:26 -05:00
parent c197270125
commit 88798b1a9e

4
FS.cpp
View File

@ -9,6 +9,10 @@
#include <algorithm>
#include <boost/filesystem.hpp>
#ifdef WIN32
#include <shlobj.h>
#endif
#include "Base.h"
#include "FS.h"
#include "Log.h"