make the game buildable on linux #283

Merged
x-qq merged 2 commits from fix_linux_build into master 2022-03-13 19:38:23 +00:00
x-qq commented 2022-03-13 18:18:17 +00:00 (Migrated from github.com)

Currently it does not build.

But with this patch it does.

Currently it does not build. But with this patch it does.
CelticMinstrel (Migrated from github.com) reviewed 2022-03-13 18:22:25 +00:00
@@ -9,6 +9,8 @@
#ifndef BoE_SKILLS_TRAITS_HPP
CelticMinstrel (Migrated from github.com) commented 2022-03-13 18:22:25 +00:00

We don't want to include <iostream> in a header. Try <iosfwd> instead. The associated source file may need to add <ostream> and/or <istream>.

We don't want to include `<iostream>` in a header. Try `<iosfwd>` instead. The associated source file may need to add `<ostream>` and/or `<istream>`.
x-qq (Migrated from github.com) reviewed 2022-03-13 18:30:30 +00:00
@@ -9,6 +9,8 @@
#ifndef BoE_SKILLS_TRAITS_HPP
x-qq (Migrated from github.com) commented 2022-03-13 18:30:30 +00:00

good idea

good idea
Sign in to join this conversation.
No description provided.