Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash 6492117d60 Connection: Remove <iostream> include
Avoids injecting a static constructor into translation units including
this source file, even if nothing in the source file uses the iostream
facilities.

Instead, we can replace this with an ostream include. While we're at it,
we can make sure we include everything necessary within the source file.
2019-08-23 13:44:30 -04:00
hecl Connection: Remove <iostream> include 2019-08-23 13:44:30 -04:00