afritz1 / OpenTESArena

Open-source re-implementation of The Elder Scrolls: Arena.
MIT License
988 stars 68 forks source link

Linux compile fix #43

Closed mdmallardi closed 8 years ago

mdmallardi commented 8 years ago

This pull request allows compilation on Linux with g++

afritz1 commented 8 years ago

Thanks. I don't have a Linux computer yet, and Visual Studio's compiler is a bit more permissive, so some of these things get missed. I've been thinking about starting Travis CI sometime to cover that base.

And about that vector include, it looks like MSVC includes vector through <unordered_map> for some reason.