mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1389 from chinmaygarde/master
Import stdint.h for uint64_t in compositor_options.h (Fix Build)
This commit is contained in:
commit
d13ad78e12
@ -6,6 +6,9 @@
|
||||
#define SKY_COMPOSITOR_COMPOSITOR_OPTIONS_H_
|
||||
|
||||
#include "base/macros.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace sky {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user