calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
173 stars 42 forks source link

include <istream> and <ostream> in spell.hpp to enable compile #280

Closed clort81 closed 1 year ago

clort81 commented 3 years ago

from conversation in IRC, include and in spell.hpp to enable compile on linux

CelticMinstrel commented 3 years ago

I think <iosfwd> should be sufficient instead of <istream> and <ostream>, does that work?

NQNStudios commented 1 year ago

I can compile on Linux (Arch). Was this fixed? If we can get Linux CI working, I think we can close this.

CelticMinstrel commented 1 year ago

Linux CI is now working so yeah, I guess there's no reason for it to stay open.

For what it's worth, the Linux CI is building on Ubuntu.