Index: ppapi/thunk/ppb_x509_certificate_private_thunk.cc |
diff --git a/ppapi/thunk/ppb_x509_certificate_private_thunk.cc b/ppapi/thunk/ppb_x509_certificate_private_thunk.cc |
index 50e070833413b7da7db993bdffec7132653b2b57..d1222eb99284569c6d6b1977c695abb357fd2d03 100644 |
--- a/ppapi/thunk/ppb_x509_certificate_private_thunk.cc |
+++ b/ppapi/thunk/ppb_x509_certificate_private_thunk.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
#include "ppapi/c/private/ppb_x509_certificate_private.h" |
#include "ppapi/thunk/enter.h" |
#include "ppapi/thunk/ppb_x509_certificate_private_api.h" |