summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-17 07:27:06 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-17 07:27:06 -0400
commit42d8985967ce548cb41f632fb84dfba3022e60f9 (patch)
treec9054a50e668ea11e15b9e076dd355159e37150d
parent62b29659338474350c913a85532feb1a6a7c5927 (diff)
downloadmongo-r1.5.3.tar.gz
try to fix win32 releaser1.5.3
-rw-r--r--dbtests/spin_lock_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbtests/spin_lock_test.cpp b/dbtests/spin_lock_test.cpp
index acaf2d39744..d053d61cd5b 100644
--- a/dbtests/spin_lock_test.cpp
+++ b/dbtests/spin_lock_test.cpp
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "../pch.h"
#include <boost/thread/thread.hpp>
#include "dbtests.h"