summaryrefslogtreecommitdiffstats
path: root/components/webp_transcode/webp_decoder_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'components/webp_transcode/webp_decoder_unittest.mm')
-rw-r--r--components/webp_transcode/webp_decoder_unittest.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/webp_transcode/webp_decoder_unittest.mm b/components/webp_transcode/webp_decoder_unittest.mm
index b4084d0..eb294ab 100644
--- a/components/webp_transcode/webp_decoder_unittest.mm
+++ b/components/webp_transcode/webp_decoder_unittest.mm
@@ -6,6 +6,8 @@
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/base_paths.h"
#include "base/files/file_path.h"
@@ -13,9 +15,11 @@
#include "base/logging.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/path_service.h"
#include "base/strings/sys_string_conversions.h"
+#include "build/build_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"