summarylogtreecommitdiffstats
path: root/gcc10.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gcc10.diff')
-rw-r--r--gcc10.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc10.diff b/gcc10.diff
new file mode 100644
index 000000000000..cfa85fa05f49
--- /dev/null
+++ b/gcc10.diff
@@ -0,0 +1,12 @@
+diff --git a/onnxruntime/test/onnx/heap_buffer.h b/onnxruntime/test/onnx/heap_buffer.h
+index b4abf131b1..380a65b5aa 100644
+--- a/onnxruntime/test/onnx/heap_buffer.h
++++ b/onnxruntime/test/onnx/heap_buffer.h
+@@ -4,6 +4,7 @@
+ #pragma once
+ #include <vector>
+ #include <memory>
++#include <stdlib.h>
+
+ namespace onnxruntime {
+ namespace test {