Utility: add missing include to enum helpers
This commit is contained in:
parent
3aca35788b
commit
458fd9e7f2
@ -5,6 +5,8 @@
|
|||||||
#ifndef SKULLC_UTILITY_ENUM_HELPERS_HPP_
|
#ifndef SKULLC_UTILITY_ENUM_HELPERS_HPP_
|
||||||
#define SKULLC_UTILITY_ENUM_HELPERS_HPP_
|
#define SKULLC_UTILITY_ENUM_HELPERS_HPP_
|
||||||
|
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#define SKULLC_ENUM_DECLARE_BITFLAG_OPERATORS(E) \
|
#define SKULLC_ENUM_DECLARE_BITFLAG_OPERATORS(E) \
|
||||||
inline E operator|(const E& lhs, const E& rhs) \
|
inline E operator|(const E& lhs, const E& rhs) \
|
||||||
{ \
|
{ \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user