diff options
-rw-r--r-- | stdafx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp index 9686a90a13a..d6887de706c 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -124,6 +124,7 @@ namespace mongo { #ifndef _SCONS // only works in scons void printGitVersion(){} + void printSysInfo(){} #endif } // namespace mongo |