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

Add missing import for "path.make".

[SVN r72681]
This commit is contained in:
Rene Rivera
2011-06-19 14:21:41 +00:00
parent 5277072ba8
commit 638bba89f8

View File

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