make the game buildable on linux #283
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_linux_build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it does not build.
But with this patch it does.
@@ -9,6 +9,8 @@#ifndef BoE_SKILLS_TRAITS_HPPWe don't want to include
<iostream>in a header. Try<iosfwd>instead. The associated source file may need to add<ostream>and/or<istream>.@@ -9,6 +9,8 @@#ifndef BoE_SKILLS_TRAITS_HPPgood idea