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/introspect.h | |
parent | 0ec6cb9781205108a35f687b928c78f61e2a46d6 (diff) | |
download | mongo-dddeb8a48880d941237388f313779893ae460a8b.tar.gz |
pch header
Diffstat (limited to 'src/mongo/db/introspect.h')
-rw-r--r-- | src/mongo/db/introspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/introspect.h b/src/mongo/db/introspect.h index c0dc425c692..0923fd0cd4f 100644 --- a/src/mongo/db/introspect.h +++ b/src/mongo/db/introspect.h @@ -19,7 +19,7 @@ #pragma once -#include "../pch.h" +#include "mongo/pch.h" #include "jsobj.h" #include "pdfile.h" |