mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-07 17:26:45 +08:00
Added missing stdexcept include to EnumInternal.h.
This commit is contained in:
parent
ba380d34f3
commit
48e4fd73bf
@ -44,6 +44,7 @@
|
||||
|
||||
#include <cstddef> // For size_t.
|
||||
#include <cstring> // For string and memory routines.
|
||||
#include <stdexcept>
|
||||
#include <type_traits>
|
||||
|
||||
#include "EnumPreprocessorMap.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user