From fdcae66ca217c83de7e01551586a32a4eb0e2d0d Mon Sep 17 00:00:00 2001 From: Jihoon Oh Date: Sun, 27 Oct 2024 17:44:37 +0900 Subject: [PATCH] include algorithm to fix build fail --- vrs/helpers/JobQueue.h | 1 + vrs/test/DataLayoutTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/vrs/helpers/JobQueue.h b/vrs/helpers/JobQueue.h index b8e14fec..12ec5be3 100644 --- a/vrs/helpers/JobQueue.h +++ b/vrs/helpers/JobQueue.h @@ -23,6 +23,7 @@ #include #include #include +#include #include diff --git a/vrs/test/DataLayoutTest.cpp b/vrs/test/DataLayoutTest.cpp index c37ef371..bc790237 100644 --- a/vrs/test/DataLayoutTest.cpp +++ b/vrs/test/DataLayoutTest.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include