mmapper/gcc10.patch

12 lines
300 B
Diff

diff -Nrup a/src/global/Array.h b/src/global/Array.h
--- a/src/global/Array.h 2019-10-31 22:08:25.000000000 -0600
+++ b/src/global/Array.h 2019-12-03 11:51:50.764974430 -0700
@@ -3,6 +3,7 @@
// Copyright (C) 2019 The MMapper Authors
#include <array>
+#include <cstddef>
#include "RuleOf5.h"