| Index: ppapi/examples/url_loader/streaming.cc
|
| diff --git a/ppapi/examples/url_loader/streaming.cc b/ppapi/examples/url_loader/streaming.cc
|
| index 762a00bc3e3b9bf0a4e14b11c5ddbea32f77d177..cc8847c33714bf5188796403786cfcfbecefc2c2 100644
|
| --- a/ppapi/examples/url_loader/streaming.cc
|
| +++ b/ppapi/examples/url_loader/streaming.cc
|
| @@ -9,6 +9,8 @@
|
| //
|
| // The other mode is to stream to a file instead. See stream_to_file.cc
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/cpp/instance.h"
|
| #include "ppapi/cpp/module.h"
|
| #include "ppapi/cpp/url_loader.h"
|
|
|