Skip to content

Commit 79440ae

Browse files
Merge pull request #4994 from 0x6d61726b/patch-1
missing includes for filesystem.cpp (build with VisualGDB fails)
2 parents b886386 + 4434569 commit 79440ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/filesystem/FileSystem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*/
1616

1717
#include "mbed.h"
18+
#include "filesystem/Dir.h"
19+
#include "filesystem/File.h"
1820
#include "filesystem/FileSystem.h"
1921
#include <errno.h>
2022

0 commit comments

Comments
 (0)