Fix missing include of cstdint in yoga event.h (#593)
This is a short-term fix until [PR #1009][1] is approved and merged into Yoga. Once merged, the latest version of Yoga may be included, as this will be no longer necessary. The effects of this issue can be seen in NodeGUI's [issue 591][2]. [1]: https://github.com/facebook/yoga/pull/1009 [2]: https://github.com/nodegui/nodegui/issues/591
This commit is contained in:
parent
8962d6b4cf
commit
ad134527d4
@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <yoga/YGEnums.h>
|
||||
#include <cstdint>
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user