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