Skip to content

Commit 5c8e6ce

Browse files
committed
Add timer dependency for minmax examples.
1 parent 0c0e84b commit 5c8e6ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: minmax/example/Jamfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
# http://www.boost.org/LICENSE_1_0.txt)
88
#
99

10-
project : requirements <library>/boost/algorithm//boost_algorithm ;
10+
project
11+
: requirements
12+
<library>/boost/algorithm//boost_algorithm
13+
<library>/boost/timer//boost_timer ;
1114

1215
exe minmax_ex : minmax_ex.cpp ;
1316
exe minmax_timer : minmax_timer.cpp ;

0 commit comments

Comments
 (0)