Merge pull request #1389 from chinmaygarde/master

Import stdint.h for uint64_t in compositor_options.h (Fix Build)
This commit is contained in:
Chinmay Garde 2015-09-29 11:20:56 -07:00
commit d13ad78e12

View File

@ -6,6 +6,9 @@
#define SKY_COMPOSITOR_COMPOSITOR_OPTIONS_H_
#include "base/macros.h"
#include <stdint.h>
#include <vector>
namespace sky {