Skip to content

Commit 774d303

Browse files
author
Oscar Andreasson
committed
Added headers required by stringCapture
1 parent 036f9c8 commit 774d303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/arduino-mock/serialHelper.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#ifndef SERIALHELPER_H
66
#define SERIALHELPER_H
77

8+
#include <stdint.h>
9+
#include <string>
10+
#include <sstream>
811

912
/*
1013
* stringCapture

0 commit comments

Comments
 (0)