| Index: mojo/public/cpp/bindings/type_converter.h
|
| diff --git a/mojo/public/cpp/bindings/type_converter.h b/mojo/public/cpp/bindings/type_converter.h
|
| index ff94cdadd3a463606a0fac650f4fbe5fde9b6a1f..803d8f5ae828e81d1720b0afc6467fc2ae557130 100644
|
| --- a/mojo/public/cpp/bindings/type_converter.h
|
| +++ b/mojo/public/cpp/bindings/type_converter.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_
|
| #define MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| namespace mojo {
|
|
|
| // Specialize the following class:
|
| @@ -30,8 +32,8 @@ namespace mojo {
|
| //
|
| // module geometry {
|
| // struct Point {
|
| -// int32 x;
|
| -// int32 y;
|
| +// int32_t x;
|
| +// int32_t y;
|
| // };
|
| // }
|
| //
|
|
|