mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed windows build
This commit is contained in:
parent
c197270125
commit
88798b1a9e
1 changed files with 4 additions and 0 deletions
4
FS.cpp
4
FS.cpp
|
@ -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…
Add table
Reference in a new issue