diff options
author | Dwight <dmerriman@gmail.com> | 2010-04-27 15:27:52 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2010-04-27 15:27:52 -0400 |
commit | bd28578ab81c87f1b685237117bd0b5624773ccc (patch) | |
tree | 63e2b105a0d8a0d18ebc2f2f75f64c5a5f2527c6 /client/connpool.cpp | |
parent | b95d9603a0b41cef870f5d8142921f235a1c0fad (diff) | |
download | mongo-bd28578ab81c87f1b685237117bd0b5624773ccc.tar.gz |
stdafx->pch
Diffstat (limited to 'client/connpool.cpp')
-rw-r--r-- | client/connpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/connpool.cpp b/client/connpool.cpp index 2b814631bd3..080fcfe1e5d 100644 --- a/client/connpool.cpp +++ b/client/connpool.cpp @@ -18,7 +18,7 @@ // _ todo: reconnect? -#include "stdafx.h" +#include "pch.h" #include "connpool.h" #include "../db/commands.h" #include "syncclusterconnection.h" |