From dc1d0ca6984f967cd068662098f0cb62b888ee7e Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 8 Nov 2014 21:16:14 +0100 Subject: [PATCH] Added #include --- include/ArduinoJson/Internals/ListConstIterator.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ArduinoJson/Internals/ListConstIterator.hpp b/include/ArduinoJson/Internals/ListConstIterator.hpp index 1c9c111c..f4b86365 100644 --- a/include/ArduinoJson/Internals/ListConstIterator.hpp +++ b/include/ArduinoJson/Internals/ListConstIterator.hpp @@ -6,6 +6,8 @@ #pragma once +#include "ListNode.hpp" + namespace ArduinoJson { namespace Internals {