Skip to content

Commit 0fd5c56

Browse files
committed
Added #pragma once to allow multiple usage
1 parent 2206fb3 commit 0fd5c56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

JsonStreamingParser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ SOFTWARE.
2323
See more at http://blog.squix.ch and https://github.com/squix78/json-streaming-parser
2424
*/
2525

26+
#pragma once
27+
2628
#include <Arduino.h>
2729
#include "JsonListener.h"
2830

0 commit comments

Comments
 (0)