Skip to content

Commit bb2ae14

Browse files
authored
Add zOS support to float_common.h
1 parent 3a63b00 commit bb2ae14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fast_float/float_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
8888
#include <machine/endian.h>
8989
#elif defined(sun) || defined(__sun)
9090
#include <sys/byteorder.h>
91+
#elif defined(__MVS__)
92+
#include <sys/endian.h>
9193
#else
9294
#ifdef __has_include
9395
#if __has_include(<endian.h>)

0 commit comments

Comments
 (0)