From 627d85ce231630019826dd88e6046d290549a19f Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 8 Nov 2014 21:15:34 +0100 Subject: [PATCH] Added #pragma once --- include/ArduinoJson/Internals/PlacementNew.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ArduinoJson/Internals/PlacementNew.hpp b/include/ArduinoJson/Internals/PlacementNew.hpp index 257291a7..1095bb17 100644 --- a/include/ArduinoJson/Internals/PlacementNew.hpp +++ b/include/ArduinoJson/Internals/PlacementNew.hpp @@ -4,6 +4,8 @@ // Arduino JSON library // https://github.com/bblanchon/ArduinoJson +#pragma once + #ifdef ARDUINO // Declares the placement new as in .