mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-02 09:02:15 +00:00
Try to fix cygwin
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <cassert>
|
||||
|
||||
#if QUICKBOOK_CYGWIN_PATHS
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include <boost/program_options/errors.hpp>
|
||||
#include <sys/cygwin.h>
|
||||
#endif
|
||||
|
||||
namespace quickbook
|
||||
{
|
||||
// Convert the path to its canonical representation if it exists.
|
||||
|
||||
Reference in New Issue
Block a user