Merge pull request #144 from mbrukman/include-cstddef-for-ptrdiff_t

Add #include <cstddef> for std::ptrdiff_t usage
This commit is contained in:
jpmag
2025-01-25 11:45:45 +00:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
#define _C4_ENUM_HPP_
#include "c4/error.hpp"
#include <cstddef>
#include <string.h>
/** @file enum.hpp utilities for enums: convert to/from string