summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-18 10:49:50 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-18 10:49:50 -0400
commit5bd3f44d5ce76fb44a83e8e278c062c83e5ccaa0 (patch)
tree0b0fcf2f78b0e4ef67b2a58fe7872e4e90555ca7 /tools
parent61b7f4c41f5137df1f173d2703322d0382d9c048 (diff)
downloadmongo-5bd3f44d5ce76fb44a83e8e278c062c83e5ccaa0.tar.gz
use our own version of pcre SERVER-2085
Diffstat (limited to 'tools')
-rw-r--r--tools/tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.cpp b/tools/tool.cpp
index 67a3ceab2fa..121d665c9fa 100644
--- a/tools/tool.cpp
+++ b/tools/tool.cpp
@@ -21,7 +21,7 @@
#include <iostream>
#include <boost/filesystem/operations.hpp>
-#include <pcrecpp.h>
+#include "../third_party/pcre-7.4/pcrecpp.h"
#include "util/file_allocator.h"
#include "util/password.h"