diff options
Diffstat (limited to 'ui/gfx/codec/jpeg_codec.h')
-rw-r--r-- | ui/gfx/codec/jpeg_codec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/codec/jpeg_codec.h b/ui/gfx/codec/jpeg_codec.h index 5ad4a4a8..df535c2 100644 --- a/ui/gfx/codec/jpeg_codec.h +++ b/ui/gfx/codec/jpeg_codec.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,6 +6,7 @@ #define UI_GFX_CODEC_JPEG_CODEC_H_ #pragma once +#include <stddef.h> #include <vector> class SkBitmap; |