Skip to content

Commit b9c3ebd

Browse files
authored
Merge pull request #16 from Ishaanyp/patch-1
Include `sstream` in the src/linux_parser.cpp file
2 parents cd9ca29 + a1aeb98 commit b9c3ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/linux_parser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <dirent.h>
22
#include <unistd.h>
3+
#include <sstream>
34
#include <string>
45
#include <vector>
56

0 commit comments

Comments
 (0)