diff options
Diffstat (limited to 'ppapi/examples/file_chooser/file_chooser.cc')
-rw-r--r-- | ppapi/examples/file_chooser/file_chooser.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/examples/file_chooser/file_chooser.cc b/ppapi/examples/file_chooser/file_chooser.cc index f220dd8..6221b613 100644 --- a/ppapi/examples/file_chooser/file_chooser.cc +++ b/ppapi/examples/file_chooser/file_chooser.cc @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stddef.h> +#include <stdint.h> + #include "ppapi/c/dev/ppb_file_chooser_dev.h" #include "ppapi/c/pp_input_event.h" #include "ppapi/cpp/completion_callback.h" |