Add missing include to Platform.h (#7709)

This commit is contained in:
Powei Feng
2024-03-26 12:51:57 -07:00
committed by GitHub
parent abb0cbc98e
commit 2f359b73a4

View File

@@ -23,6 +23,7 @@
#include <utils/Invocable.h>
#include <stddef.h>
#include <stdint.h>
namespace filament::backend {