Index: src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h |
=================================================================== |
--- src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h (revision 4040) |
+++ src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h (working copy) |
@@ -14,6 +14,9 @@ |
#include "native_client/src/include/portability.h" |
#endif // __native_client__ |
#include "native_client/src/shared/srpc/nacl_srpc.h" |
+#include "ppapi/c/pp_instance.h" |
+#include "ppapi/c/pp_module.h" |
+#include "ppapi/c/pp_resource.h" |
class PppUpcallRpcClient { |
public: |
static NaClSrpcError PPB_Core_CallOnMainThread( |