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

Add missing imports.

[SVN r18435]
This commit is contained in:
Vladimir Prus
2003-05-19 09:01:11 +00:00
parent 69e27f57bf
commit 85f7aa7304
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
# warranty, and with no claim as to its suitability for any purpose.
import generators ;
import feature ;
import type ;
feature.feature bison.prefix : : free ;
type.register Y : y ;

View File

@@ -4,6 +4,8 @@
# warranty, and with no claim as to its suitability for any purpose.
import generators ;
import feature ;
import type ;
feature.feature bison.prefix : : free ;
type.register Y : y ;