From 63c3e7eadd4a89aa050cc940aaab98993dc13d26 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Fri, 22 Apr 2022 08:05:28 +0200 Subject: [PATCH] Added thread include --- examples/graphicspipelinelibrary/graphicspipelinelibrary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/graphicspipelinelibrary/graphicspipelinelibrary.cpp b/examples/graphicspipelinelibrary/graphicspipelinelibrary.cpp index c3471ca5..b15bc245 100644 --- a/examples/graphicspipelinelibrary/graphicspipelinelibrary.cpp +++ b/examples/graphicspipelinelibrary/graphicspipelinelibrary.cpp @@ -8,6 +8,7 @@ #include "vulkanexamplebase.h" #include "VulkanglTFModel.h" +#include #include #define ENABLE_VALIDATION false