Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include <random> to compile in Ubuntu 18.04 / Melodic #50

Merged
merged 1 commit into from
Sep 30, 2018

Conversation

robustify
Copy link
Contributor

The random number generators seem to have been moved in GCC 7.3.0 / Ubuntu 18.04 / Melodic, and require including to compile. I tested this in Ubuntu 16.04 / Kinetic and it still works properly.

The random number generators seem to have been moved from the main std library in GCC 7.3.0, and require including <random> to compile.
@josephduchesne
Copy link
Member

Thanks!

@josephduchesne josephduchesne merged commit d87af92 into avidbots:master Sep 30, 2018
JoaoCostaIFG pushed a commit to JoaoCostaIFG/flatland that referenced this pull request Nov 30, 2022
Include <random> to compile in Ubuntu 18.04 / Melodic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants