diff --git a/CMCore b/CMCore index 3ecd4faa..6d58e8e9 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 3ecd4faa12cd515386db32f8a8abecd44b00d777 +Subproject commit 6d58e8e90b0173e750f16337d9ccfd4cb40197bd diff --git a/CMPlatform b/CMPlatform index f768bbec..c7f4421c 160000 --- a/CMPlatform +++ b/CMPlatform @@ -1 +1 @@ -Subproject commit f768bbec4b0f0158c70508f93348b2d39fda15d4 +Subproject commit c7f4421c618ceb89c0b65a833aad2e7f4f12bb0b diff --git a/example/Vulkan/TGATexture.cpp b/example/Vulkan/TGATexture.cpp index 8bfc954f..6fc4c2d5 100644 --- a/example/Vulkan/TGATexture.cpp +++ b/example/Vulkan/TGATexture.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include VK_NAMESPACE_BEGIN namespace diff --git a/inc/hgl/graph/VertexBuffer.h b/inc/hgl/graph/VertexBuffer.h index e04ea19a..3465ec2a 100644 --- a/inc/hgl/graph/VertexBuffer.h +++ b/inc/hgl/graph/VertexBuffer.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include namespace hgl { namespace graph diff --git a/src/Util/JsonTool.cpp b/src/Util/JsonTool.cpp index 3bafc0be..a59016be 100644 --- a/src/Util/JsonTool.cpp +++ b/src/Util/JsonTool.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include using namespace hgl; using namespace hgl::filesystem;