2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

test include fix.

This commit is contained in:
Klemens Morgenstern
2024-03-28 09:16:29 +08:00
parent 08e3549713
commit 46acb247f5

View File

@@ -16,6 +16,11 @@
#include <boost/process/filesystem.hpp>
#if !defined(BOOST_PROCESS_USE_STD_FS)
#include <boost/filesystem/directory.hpp>
#endif
#include <system_error>