| Index: ppapi/cpp/dev/printing_dev.h
|
| diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
|
| index 869dbacc5b260f2fbf5e54a88193c864a1daebdc..d419bc81027f58a51190ed274abe38234bd91e9b 100644
|
| --- a/ppapi/cpp/dev/printing_dev.h
|
| +++ b/ppapi/cpp/dev/printing_dev.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_CPP_DEV_PRINTING_DEV_H_
|
| #define PPAPI_CPP_DEV_PRINTING_DEV_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/dev/ppp_printing_dev.h"
|
| #include "ppapi/cpp/completion_callback.h"
|
| #include "ppapi/cpp/instance_handle.h"
|
|
|