summaryrefslogtreecommitdiff
path: root/src/mongo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo')
-rw-r--r--src/mongo/db/commands/cpuprofile.cpp2
-rw-r--r--src/mongo/util/tcmalloc_server_status_section.cpp2
2 files changed, 2 insertions, 2 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"