Skip to content

Commit

Permalink
Added #pragma once to allow multiple usage
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Dec 4, 2015
1 parent 2206fb3 commit 0fd5c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JsonStreamingParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SOFTWARE.
See more at http://blog.squix.ch and https://github.com/squix78/json-streaming-parser
*/

#pragma once

#include <Arduino.h>
#include "JsonListener.h"

Expand Down

0 comments on commit 0fd5c56

Please sign in to comment.