Index: ppapi/cpp/ppp_entrypoints.cc |
diff --git a/ppapi/cpp/ppp_entrypoints.cc b/ppapi/cpp/ppp_entrypoints.cc |
index e9e64573c1e1b551a11b076077485a0aec78d374..d345dabd5c5c535d9309653c73eaafe914d9e75e 100644 |
--- a/ppapi/cpp/ppp_entrypoints.cc |
+++ b/ppapi/cpp/ppp_entrypoints.cc |
@@ -7,9 +7,11 @@ |
// plugin implementors can export their derivation of Module by just |
// linking to this implementation. |
+#include <stdint.h> |
+ |
+#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb.h" |
#include "ppapi/c/ppp.h" |
-#include "ppapi/c/pp_errors.h" |
#include "ppapi/cpp/module.h" |
#include "ppapi/cpp/module_embedder.h" |