We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b9c18 commit 8f709e2Copy full SHA for 8f709e2
dorado/utils/memory_utils.cpp
@@ -1,7 +1,7 @@
1
#include "memory_utils.h"
2
3
#if defined(WIN32)
4
-#include <sysinfoapi.h>
+#include <windows.h>
5
#elif defined(__linux__)
6
#include <sys/sysinfo.h>
7
#elif defined(__APPLE__)
0 commit comments