diff options
author | Dwight <dmerriman@gmail.com> | 2009-11-16 15:55:03 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-11-16 15:55:03 -0500 |
commit | 37540835acdde03cab0dd6f32ebaf812118438b2 (patch) | |
tree | b8144eb66c37176baba0384fc370565782419762 /client | |
parent | 018511b3666f1bbc6fa4225190e3ebf95f5e3163 (diff) | |
download | mongo-37540835acdde03cab0dd6f32ebaf812118438b2.tar.gz |
compile visual studio
Diffstat (limited to 'client')
-rw-r--r-- | client/parallel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/parallel.h b/client/parallel.h index 3129937c193..17c9fd756f9 100644 --- a/client/parallel.h +++ b/client/parallel.h @@ -19,7 +19,7 @@ tools for wokring in parallel/sharded/clustered environment */ -#include "stdafx.h" +#include "../stdafx.h" #include "dbclient.h" #include "../db/dbmessage.h" |