| Index: components/nacl/renderer/histogram.h
|
| diff --git a/components/nacl/renderer/histogram.h b/components/nacl/renderer/histogram.h
|
| index a9ae82f08272a1d78a38d9bffbc261c66d261883..313a9c941d8a82f9b1e2abe04879a4bd649b082b 100644
|
| --- a/components/nacl/renderer/histogram.h
|
| +++ b/components/nacl/renderer/histogram.h
|
| @@ -8,6 +8,8 @@
|
| #ifndef COMPONENTS_NACL_RENDERER_HISTOGRAM_H_
|
| #define COMPONENTS_NACL_RENDERER_HISTOGRAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include "base/time/time.h"
|
| #include "components/nacl/renderer/ppb_nacl_private.h"
|
|
|