Browse Source

fixed windows build

pull/388/head
orignal 8 years ago
parent
commit
88798b1a9e
  1. 4
      FS.cpp

4
FS.cpp

@ -9,6 +9,10 @@ @@ -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"

Loading…
Cancel
Save