summaryrefslogtreecommitdiffstats
path: root/webkit/glue/image_decoder.cc
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 18:39:28 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 18:39:28 +0000
commitee1f755d6bf8adec312e30e6d42e57fa97fd298a (patch)
tree0acec967bb99c230016a8500de48ce5cee48a677 /webkit/glue/image_decoder.cc
parent90e1d20b3ecfeafa3b13382b8d45559bc9afe510 (diff)
downloadchromium_src-ee1f755d6bf8adec312e30e6d42e57fa97fd298a.zip
chromium_src-ee1f755d6bf8adec312e30e6d42e57fa97fd298a.tar.gz
chromium_src-ee1f755d6bf8adec312e30e6d42e57fa97fd298a.tar.bz2
include config.h first otherwise bad things happen
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/image_decoder.cc')
-rw-r--r--webkit/glue/image_decoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/image_decoder.cc b/webkit/glue/image_decoder.cc
index b65eae0..e6c448b 100644
--- a/webkit/glue/image_decoder.cc
+++ b/webkit/glue/image_decoder.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "config.h"
#include "webkit/glue/image_decoder.h"
#pragma warning(push, 0)