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 .