mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
fix: work around deprecated boost header
This commit is contained in:
parent
9bced66c9e
commit
f2d11233d5
@ -25,7 +25,11 @@
|
||||
#include <folly/portability/PThread.h>
|
||||
#include <folly/portability/Unistd.h>
|
||||
|
||||
#if __has_include(<boost/process/v1/search_path.hpp>)
|
||||
#include <boost/process/v1/search_path.hpp>
|
||||
#else
|
||||
#include <boost/process/search_path.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <mach/mach.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user