Skip to content

Commit

Permalink
test include fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Mar 28, 2024
1 parent 08e3549 commit 46acb24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/posix_specific.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down

0 comments on commit 46acb24

Please sign in to comment.