Skip to content

Commit 084dfd4

Browse files
committed
fix: missing includes
1 parent 8c2a54b commit 084dfd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llama/addon/globals/getMemoryInfo.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#include <mach/mach.h>
77
#include <sys/sysctl.h>
88
#elif __linux__
9-
#include <iostream>
10-
#include <sys/sysinfo.h>
9+
#include <fstream>
10+
#include <sstream>
11+
#include <string>
1112
#elif _WIN32
1213
#include <iostream>
1314
#include <windows.h>

0 commit comments

Comments
 (0)