Add missing include for Windows

This commit is contained in:
Georg Hagen
2025-11-06 00:02:07 +01:00
parent e462c8a42f
commit d504887e7c
2 changed files with 1 additions and 10 deletions

View File

@@ -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 <array>
#include <cstdint>
#include <string>
#include <string_view>

View File

@@ -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