mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-02 06:08:22 +02:00
12 lines
322 B
Diff
12 lines
322 B
Diff
diff --git a/tests/benchdnn/utils/dims.hpp b/tests/benchdnn/utils/dims.hpp
|
|
index 8b8430c..5c25428 100644
|
|
--- a/tests/benchdnn/utils/dims.hpp
|
|
+++ b/tests/benchdnn/utils/dims.hpp
|
|
@@ -18,6 +18,7 @@
|
|
#define UTILS_DIMS_T_HPP
|
|
|
|
#include <cassert>
|
|
+#include <cstdint>
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <vector>
|