summaryrefslogtreecommitdiff
path: root/stdafx.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2007-10-19 19:35:48 -0400
committerDwight <dmerriman@gmail.com>2007-10-19 19:35:48 -0400
commite73188b5512c82290a4070af4afddac20d0b981e (patch)
treecf25c77d94478ecfe372bd2d8a2d59b8817918dd /stdafx.cpp
downloadmongo-e73188b5512c82290a4070af4afddac20d0b981e.tar.gz
first commit
Diffstat (limited to 'stdafx.cpp')
-rw-r--r--stdafx.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp
new file mode 100644
index 00000000000..c26ad91edc8
--- /dev/null
+++ b/stdafx.cpp
@@ -0,0 +1,14 @@
+// stdafx.cpp : source file that includes just the standard includes
+// db.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
+
+struct MyAsserts {
+ MyAsserts() {
+
+ }
+} myassertsstdafx;