diff --git a/vrs/helpers/JobQueue.h b/vrs/helpers/JobQueue.h index b8e14fec..e15f0e06 100644 --- a/vrs/helpers/JobQueue.h +++ b/vrs/helpers/JobQueue.h @@ -16,6 +16,7 @@ #pragma once +#include #include #include #include diff --git a/vrs/test/DataLayoutTest.cpp b/vrs/test/DataLayoutTest.cpp index c37ef371..526da466 100644 --- a/vrs/test/DataLayoutTest.cpp +++ b/vrs/test/DataLayoutTest.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include #include