We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 655acc6 + 939760d commit 7b0ff44Copy full SHA for 7b0ff44
src/odb/src/gdsin/gdsin.cpp
@@ -3,7 +3,11 @@
3
4
#include "odb/gdsin.h"
5
6
+#if defined(__APPLE__)
7
+#include <machine/endian.h>
8
+#else
9
#include <endian.h>
10
+#endif
11
12
#include <cstddef>
13
#include <cstdint>
src/odb/src/gdsout/gdsout.cpp
#include "odb/gdsout.h"
#include <ctime>
0 commit comments