2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Add missing header. Without this OS_CYGWIN is not defined which causes the :W modifier to fail.

This commit is contained in:
Steven Watanabe
2016-03-01 11:22:20 -07:00
parent 7a59e03049
commit 9da5a06af8

View File

@@ -16,8 +16,8 @@
* pathnt.c - NT specific path manipulation support
*/
#include "jam.h"
#include "pathsys.h"
#include "hash.h"
#define WIN32_LEAN_AND_MEAN