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

Request C++11 compile and include <map> #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

VasuAgrawal
Copy link

Geometry.h would not compile on my machine. These are a few changes to allow compilation properly. I also noticed a speedup when switching to C++11.

Geometry.h was missing an include that made it not compile on my
machine. I've added the import and it compiles now.
@psigen psigen mentioned this pull request Jun 28, 2017
@psigen
Copy link
Contributor

psigen commented Jun 28, 2017

I'm not sure what implications the switch to C++11 has, but the fix for the missing header was just merged in #14.

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