diff options
author | Siddharth Singh <singhsiddharth@gmail.com> | 2012-08-03 13:08:54 -0400 |
---|---|---|
committer | Siddharth Singh <singhsiddharth@gmail.com> | 2012-08-06 11:58:20 -0400 |
commit | dddeb8a48880d941237388f313779893ae460a8b (patch) | |
tree | 846b7392143a0a0cc4bcbeb8720be88cc2a207c1 /src/mongo/db/ops/update.h | |
parent | 0ec6cb9781205108a35f687b928c78f61e2a46d6 (diff) | |
download | mongo-dddeb8a48880d941237388f313779893ae460a8b.tar.gz |
pch header
Diffstat (limited to 'src/mongo/db/ops/update.h')
-rw-r--r-- | src/mongo/db/ops/update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update.h b/src/mongo/db/ops/update.h index 7fada61bb17..76d864821c8 100644 --- a/src/mongo/db/ops/update.h +++ b/src/mongo/db/ops/update.h @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "pch.h" +#include "mongo/pch.h" #include "mongo/db/jsobj.h" #include "mongo/db/curop.h" |