summaryrefslogtreecommitdiff
path: root/src/mongo/util/tcmalloc_server_status_section.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-05-19 11:51:06 -0400
committerBenety Goh <benety@mongodb.com>2014-05-21 11:24:14 -0400
commitda1f6615489142849764085f5fabfc41f69adbe7 (patch)
treea1c212f1ba3d00b75a6cf264c8c41f11aba52f40 /src/mongo/util/tcmalloc_server_status_section.cpp
parent219bcdbc9b4dd1be804cf5385624fdc1557b3467 (diff)
downloadmongo-da1f6615489142849764085f5fabfc41f69adbe7.tar.gz
SERVER-8995 changed gperftools version in build configuration and source files from 2.0 to 2.2
Diffstat (limited to 'src/mongo/util/tcmalloc_server_status_section.cpp')
-rw-r--r--src/mongo/util/tcmalloc_server_status_section.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/tcmalloc_server_status_section.cpp b/src/mongo/util/tcmalloc_server_status_section.cpp
index 0ba34064001..b7b2719696e 100644
--- a/src/mongo/util/tcmalloc_server_status_section.cpp
+++ b/src/mongo/util/tcmalloc_server_status_section.cpp
@@ -27,7 +27,7 @@
#include "mongo/platform/basic.h"
-#include <third_party/gperftools-2.0/src/gperftools/malloc_extension.h>
+#include <third_party/gperftools-2.2/src/gperftools/malloc_extension.h>
#include "mongo/db/commands/server_status.h"