add missing module include in Jamfile

This commit is contained in:
Arvid Norberg 2011-07-23 19:46:27 +00:00
parent ff6da81c4c
commit 1adc9dde8e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# The version shipped with boost 1.34.0
import modules ;
import path ;
import os ;
import errors ;
import feature : feature ;