From d504887e7c9cce28219955f7ad220fea31b3db3f Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Thu, 6 Nov 2025 00:02:07 +0100 Subject: [PATCH] Add missing include for Windows --- openVulkanoCpp/Base/Version.hpp | 6 +----- tests/Base/VersionTest.cpp | 5 ----- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/openVulkanoCpp/Base/Version.hpp b/openVulkanoCpp/Base/Version.hpp index 5570f59..3db05a5 100644 --- a/openVulkanoCpp/Base/Version.hpp +++ b/openVulkanoCpp/Base/Version.hpp @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2025. MadVoxel AG - * All rights reserved. - */ - /* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -11,6 +6,7 @@ #pragma once +#include #include #include #include diff --git a/tests/Base/VersionTest.cpp b/tests/Base/VersionTest.cpp index 271f9bd..6919599 100644 --- a/tests/Base/VersionTest.cpp +++ b/tests/Base/VersionTest.cpp @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2025. MadVoxel AG - * All rights reserved. - */ - /* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this