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/util/hashtab.h | |
parent | 0ec6cb9781205108a35f687b928c78f61e2a46d6 (diff) | |
download | mongo-dddeb8a48880d941237388f313779893ae460a8b.tar.gz |
pch header
Diffstat (limited to 'src/mongo/util/hashtab.h')
-rw-r--r-- | src/mongo/util/hashtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/hashtab.h b/src/mongo/util/hashtab.h index 19253d7c60d..c18dbec7ea8 100644 --- a/src/mongo/util/hashtab.h +++ b/src/mongo/util/hashtab.h @@ -22,7 +22,7 @@ #pragma once -#include "../pch.h" +#include "mongo/pch.h" #include <map> #include "../db/dur.h" |