summaryrefslogtreecommitdiff
path: root/src/mongo/util/tcmalloc_server_status_section.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-05-22 15:33:09 -0400
committerBenety Goh <benety@mongodb.com>2014-06-05 08:51:34 -0400
commitddc13e7f24ae0a38f7d479c1e14089aeb2a183c7 (patch)
tree895fd2b9d28c9b23c8461a6c4be4e5f381cc5266 /src/mongo/util/tcmalloc_server_status_section.cpp
parent8da74f764b055cd610fa41d54c5283faf0986c88 (diff)
downloadmongo-ddc13e7f24ae0a38f7d479c1e14089aeb2a183c7.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"