summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/packed-cache-inl.h
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
commitd38093cebd5f1cf854024b4203ab4c8df5493855 (patch)
treee16021ee23455edafae4fcdd680a797b2d43a56d /third_party/tcmalloc/chromium/src/packed-cache-inl.h
parent245bad9e9960496c1b09f2894c7f90d320993e8d (diff)
downloadchromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.zip
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.gz
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.bz2
Land http://codereview.chromium.org/576001 again temporarily.
TBR=jar,antonm Review URL: http://codereview.chromium.org/596083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium/src/packed-cache-inl.h')
-rw-r--r--third_party/tcmalloc/chromium/src/packed-cache-inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/tcmalloc/chromium/src/packed-cache-inl.h b/third_party/tcmalloc/chromium/src/packed-cache-inl.h
index 77d6313..9d2cfe3 100644
--- a/third_party/tcmalloc/chromium/src/packed-cache-inl.h
+++ b/third_party/tcmalloc/chromium/src/packed-cache-inl.h
@@ -111,6 +111,10 @@
#ifndef TCMALLOC_PACKED_CACHE_INL_H_
#define TCMALLOC_PACKED_CACHE_INL_H_
+#include "config.h"
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
#include "base/basictypes.h" // for COMPILE_ASSERT
#include "internal_logging.h"