peter-ch / MultiNEAT

Portable NeuroEvolution Library
http://MultiNEAT.com
GNU Lesser General Public License v3.0
327 stars 104 forks source link

Fix missing vector include in Traits.h #35

Closed ricmzn closed 7 years ago

ricmzn commented 7 years ago

Vector doesn't seem to be pulled in by other headers on some systems (eg. Arch Linux), requiring it to be manually included in Traits.h.

I've added an extra include line to remedy this, and it shouldn't have any side effects.

peter-ch commented 7 years ago

Thanks.