mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-18 13:21:47 +02:00
Switch to C++17 for Mac OS X
This commit is contained in:
parent
509c039e2f
commit
bbadbdbfdb
4 changed files with 5 additions and 3 deletions
libi2pd
|
@ -9,7 +9,9 @@
|
|||
#include <algorithm>
|
||||
|
||||
#if defined(MAC_OSX)
|
||||
#if !STD_FILESYSTEM
|
||||
#include <boost/system/system_error.hpp>
|
||||
#endif
|
||||
#include <TargetConditionals.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue