Add missing #include <cstring> and <optional> (#9887)

This commit is contained in:
Jocelin Cailloux
2026-04-10 20:54:05 +02:00
committed by GitHub
parent 5fed291284
commit 115c2cf8fe
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
#include <array>
#include <random>
#include <string_view>
#include <optional>
#include <stddef.h>
#include <stdint.h>

View File

@@ -18,6 +18,7 @@
#include "ShaderMinifier.h"
#include <utils/Log.h>
#include <cstring>
namespace filamat {