This commit updates boost to version 1.78.0 More info about Boost 1.78.0 can be found at the usual place [1]. No new libraries have been added. [1]: https://www.boost.org/users/history/version_1_78_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
13 lines
256 B
Diff
13 lines
256 B
Diff
--- a/boost/interprocess/permissions.hpp
|
|
+++ b/boost/interprocess/permissions.hpp
|
|
@@ -29,6 +29,10 @@
|
|
|
|
#include <boost/interprocess/detail/win32_api.hpp>
|
|
|
|
+#else
|
|
+
|
|
+#include <sys/stat.h>
|
|
+
|
|
#endif
|
|
|
|
#endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
|