summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/commands/cpuprofile.cpp2
-rw-r--r--src/mongo/util/tcmalloc_server_status_section.cpp2
-rw-r--r--src/third_party/SConscript4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/commands/cpuprofile.cpp b/src/mongo/db/commands/cpuprofile.cpp
index 3f31051cfba..b6c6f923f83 100644
--- a/src/mongo/db/commands/cpuprofile.cpp
+++ b/src/mongo/db/commands/cpuprofile.cpp
@@ -49,7 +49,7 @@
* --cpppath=/usr/local/include --libpath=/usr/local/lib
*/
-#include "third_party/gperftools-2.0/src/gperftools/profiler.h"
+#include "third_party/gperftools-2.2/src/gperftools/profiler.h"
#include <string>
#include <vector>
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"
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index 3d6a1b0b96b..b5a72f7dc91 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -68,9 +68,9 @@ elif use_system_version_of_library("tcmalloc"):
env['LIBDEPS_TCMALLOC_SYSLIBDEP']
] )
else:
- env.SConscript('gperftools-2.0/SConscript')
+ env.SConscript('gperftools-2.2/SConscript')
env.Library('shim_allocator', 'shim_allocator.cpp',
- LIBDEPS=['gperftools-2.0/tcmalloc_minimal'])
+ LIBDEPS=['gperftools-2.2/tcmalloc_minimal'])
if use_system_version_of_library("stemmer"):
env.Library("shim_stemmer", ['shim_stemmer.cpp'],