fix: add missing #include <string> to SDCardManager.h
This commit is contained in:
parent
bd4e670750
commit
b405bfe9ab
@ -2,6 +2,7 @@
|
||||
|
||||
#include <WString.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <SdFat.h>
|
||||
|
||||
class SDCardManager {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user