replace <iostream> with <iosfwd> in header

This commit is contained in:
x-qq
2022-03-13 20:28:10 +02:00
parent 6a6d518ca4
commit 25799d50a6

View File

@@ -9,7 +9,7 @@
#ifndef BoE_SKILLS_TRAITS_HPP
#define BoE_SKILLS_TRAITS_HPP
#include <iostream>
#include <iosfwd>
enum class eSkill {
INVALID = -1,