mirror of https://github.com/libAthena/athena.git
Merge pull request #47 from lioncash/ostream
Global: Change <iostream> include into <ostream>
This commit is contained in:
commit
8506e3236c
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include "athena/Types.hpp"
|
||||
|
||||
#define FMT_STRING_ALIAS 1
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "athena/Utility.hpp"
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
#define FMT_STRING_ALIAS 1
|
||||
#define FMT_ENFORCE_COMPILE_STRING 1
|
||||
|
|
Loading…
Reference in New Issue