summarylogtreecommitdiffstats
path: root/gcc10.diff
blob: cfa85fa05f498a2e48f3e06b23143813a8f45caf (plain)
1
2
3
4
5
6
7
8
9
10
11
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 {