We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef1c2b commit 1c62b87Copy full SHA for 1c62b87
1 file changed
llama/addon/globals/getSystemMemoryInfo.cpp
@@ -17,8 +17,8 @@
17
#include <sys/sysinfo.h>
18
#include <unistd.h>
19
#elif _WIN32
20
-#include <psapi.h>
21
#include <windows.h>
+#include <psapi.h>
22
#endif
23
24
struct AddonSystemMemoryInfo {
0 commit comments