Added #pragma once

This commit is contained in:
Benoit Blanchon
2014-11-08 21:15:34 +01:00
parent f6133f2d36
commit 627d85ce23

View File

@ -4,6 +4,8 @@
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once
#ifdef ARDUINO
// Declares the placement new as in <new>.