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

Add missing import for "path.make". Fixes #5681, authorized by rene.

[SVN r72682]
This commit is contained in:
Rene Rivera
2011-06-19 14:29:03 +00:00
parent 164db5a3be
commit c16f350bb6

View File

@@ -64,6 +64,7 @@ import property ;
import testing ;
import toolset ;
import type ;
import path ;
# Make this module a project
project.initialize $(__name__) ;