Skip to content

Commit a4b7196

Browse files
authored
Fix header import for arduino (#16)
1 parent e104e7e commit a4b7196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/improv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#ifdef ARDUINO
4-
#include "WString.h"
4+
#include <Arduino.h>
55
#endif // ARDUINO
66

77
#include <cstdint>

0 commit comments

Comments
 (0)