summaryrefslogtreecommitdiff
path: root/src/mongo/util/systeminfo_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/systeminfo_win32.cpp')
-rwxr-xr-xsrc/mongo/util/systeminfo_win32.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/util/systeminfo_win32.cpp b/src/mongo/util/systeminfo_win32.cpp
index 470ca32d4bf..9b781668c57 100755
--- a/src/mongo/util/systeminfo_win32.cpp
+++ b/src/mongo/util/systeminfo_win32.cpp
@@ -14,11 +14,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "pch.h"
-#include "util/systeminfo.h"
+#include "mongo/pch.h"
#include <windows.h>
+#include "mongo/util/systeminfo.h"
+
namespace mongo {
size_t SystemInfo::getPhysicalRam() {