mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
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:
parent
09ebf10432
commit
173edf62a1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef _THORVG_H_
|
||||
#define _THORVG_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue