Skip to content

Commit 115c2cf

Browse files
Add missing #include <cstring> and <optional> (#9887)
1 parent 5fed291 commit 115c2cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

filament/src/PostProcessManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <array>
5454
#include <random>
5555
#include <string_view>
56+
#include <optional>
5657

5758
#include <stddef.h>
5859
#include <stdint.h>

libs/filamat/src/ShaderMinifier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "ShaderMinifier.h"
1919

2020
#include <utils/Log.h>
21+
#include <cstring>
2122

2223
namespace filamat {
2324

0 commit comments

Comments
 (0)