mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
change include guard
This commit is contained in:
parent
f059e71c6f
commit
b79706d64d
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
|||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
|
||||
#pragma once
|
||||
#ifndef MAGIC_ENUM_HPP
|
||||
#define MAGIC_ENUM_HPP
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
|
@ -352,3 +353,5 @@ std::basic_ostream<Char, Traits>& operator<<(std::basic_ostream<Char, Traits>& o
|
|||
} // namespace magic_enum::ops
|
||||
|
||||
} // namespace magic_enum
|
||||
|
||||
#endif // MAGIC_ENUM_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue