tests: include <cstring> for std::memset in oiio utils test

Only compiled on macOS via transitive includes; breaks on Linux/MSVC.
This commit is contained in:
2026-07-17 17:26:52 +08:00
parent 004e942cf9
commit bbf3b2ca38
+2
View File
@@ -2,6 +2,8 @@
#include <OpenImageIO/imagebuf.h> #include <OpenImageIO/imagebuf.h>
#include <cstring>
#include "codec/frame.h" #include "codec/frame.h"
#include "common/oiioutils.h" #include "common/oiioutils.h"