summarylogtreecommitdiffstats
path: root/gcc10.diff
diff options
context:
space:
mode:
authorlilac2020-05-31 09:59:43 +0800
committerlilac2020-05-31 09:59:43 +0800
commit3f610ad25d9678ea894f577b4f5318202283c0a3 (patch)
tree199711f00617ade969fa5c0aedf84a47007810b9 /gcc10.diff
parent7447a82a3fac720bbb85ba5cea5d99f7d6920690 (diff)
downloadaur-3f610ad25d9678ea894f577b4f5318202283c0a3.tar.gz
update by lilac
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 {