Skip to content

Commit 77a1812

Browse files
author
Changming Sun
authored
Update decode_image.hpp: add missing header file (#870)
To fix the following build error with GCC 14: https://github.com/microsoft/onnxruntime-genai/actions/runs/12696859543/job/35391825241
1 parent 641930d commit 77a1812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operators/vision/decode_image.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <cstring>
77
#include <variant>
88
#include <unordered_map>
9+
#include <algorithm>
910

1011
#if OCOS_ENABLE_VENDOR_IMAGE_CODECS
1112
#if _WIN32

0 commit comments

Comments
 (0)