We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a63b00 commit bb2ae14Copy full SHA for bb2ae14
include/fast_float/float_common.h
@@ -88,6 +88,8 @@ using parse_options = parse_options_t<char>;
88
#include <machine/endian.h>
89
#elif defined(sun) || defined(__sun)
90
#include <sys/byteorder.h>
91
+#elif defined(__MVS__)
92
+#include <sys/endian.h>
93
#else
94
#ifdef __has_include
95
#if __has_include(<endian.h>)
0 commit comments