portability: added cstdint header properly.

gcc15 is more strict at the header inclusion,
thorvg header should specify it since it reply on it.

issue: https://github.com/godotengine/godot/pull/102022#discussion_r1929547647
This commit is contained in:
Hermet Park 2025-01-30 20:37:01 +09:00
parent 09ebf10432
commit 173edf62a1

View file

@ -1,6 +1,7 @@
#ifndef _THORVG_H_
#define _THORVG_H_
#include <cstdint>
#include <functional>
#include <memory>
#include <string>