Index: ppapi/shared_impl/file_ref_util.cc |
diff --git a/ppapi/shared_impl/file_ref_util.cc b/ppapi/shared_impl/file_ref_util.cc |
index a5523cbb944ad2e17417ffcfc19a05ae55e0221d..d111f6944b56349df2062f3cb216b8e5335c333e 100644 |
--- a/ppapi/shared_impl/file_ref_util.cc |
+++ b/ppapi/shared_impl/file_ref_util.cc |
@@ -4,9 +4,12 @@ |
#include "ppapi/shared_impl/file_ref_util.h" |
+#include <stddef.h> |
+ |
#include "base/files/file_path.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
+#include "build/build_config.h" |
namespace ppapi { |