mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
Merge pull request #47 from lioncash/ostream
Global: Change <iostream> include into <ostream>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user