Merge lp://staging/~widelands-dev/widelands/bug1203121 into lp://staging/widelands
Proposed by
Jens Beyer
Status: | Merged |
---|---|
Merged at revision: | 6642 |
Proposed branch: | lp://staging/~widelands-dev/widelands/bug1203121 |
Merge into: | lp://staging/widelands |
Diff against target: |
15 lines (+2/-2) 1 file modified
src/helper.cc (+2/-2) |
To merge this branch: | bzr merge lp://staging/~widelands-dev/widelands/bug1203121 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
SirVer | Approve | ||
Review via email: mp+175987@code.staging.launchpad.net |
Description of the change
Fixes the build to run with boost 1.46
Problem is that boost::
But boost 1.46 defines boost::mt19937 and boost::random_int<> (which basically, on later boost versions, call the functions from boost::random namespace).
This branch compiles fine on Ubuntu 12.04 with boost 1.46, and on Gentoo with boost 1.49.
To post a comment you must log in.
Thanks for tracking this down jens! Lgtm.