Skip to content

Commit

Permalink
Add missing import regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 1, 2024
1 parent 034979a commit 179472f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/como-linux.jam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import feature ;
import toolset : flags ;
import common ;
import generators ;
import regex ;

import unix ;
import como ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/como-win.jam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import como ;
import feature ;
import generators ;
import toolset : flags ;
import regex ;

feature.extend-subfeature toolset como : platform : win ;

Expand Down
2 changes: 2 additions & 0 deletions src/tools/hp_cxx.jam
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Specifies additional command line options that will be passed to the linker.
# optimization is needed.
#

import regex ;

import feature generators common ;
import toolset : flags ;

Expand Down
1 change: 1 addition & 0 deletions src/tools/intel-darwin.jam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import gcc ;
import common ;
import errors ;
import generators ;
import regex ;

feature.extend-subfeature toolset intel : platform : darwin ;

Expand Down
1 change: 1 addition & 0 deletions src/tools/intel-vxworks.jam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import gcc ;
import common ;
import errors ;
import generators ;
import regex ;

feature.extend-subfeature toolset intel : platform : vxworks ;

Expand Down
1 change: 1 addition & 0 deletions src/tools/mipspro.jam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import feature ;
import fortran ;
import type ;
import common ;
import regex ;

feature.extend toolset : mipspro ;
toolset.inherit mipspro : unix ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/msvc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ import project ;
import property ;
import property-set ;
import rc ;
import regex ;
import sequence ;
import set ;
import testing ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/pathscale.jam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type ;
import os ;
import common ;
import fortran ;
import regex ;

feature.extend toolset : pathscale ;
toolset.inherit pathscale : unix ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/pgi.jam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import fortran ;
import type ;
import common ;
import gcc ;
import regex ;

feature.extend toolset : pgi ;
toolset.inherit pgi : unix ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/qcc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import feature ;
import generators ;
import os ;
import property ;
import regex ;
import set ;
import toolset ;
import type ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/sun.jam
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import toolset : flags ;
import feature ;
import type ;
import common ;
import regex ;

feature.extend toolset : sun ;
toolset.inherit sun : unix ;
Expand Down
1 change: 1 addition & 0 deletions src/tools/vmsdecc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import type ;
import common ;
import unix ;
import path ;
import regex ;


if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
Expand Down

0 comments on commit 179472f

Please sign in to comment.