From 050b2c1499604ea132529edde29f48ace686a91a Mon Sep 17 00:00:00 2001 From: apathy Date: Wed, 27 Jul 2016 10:48:18 -0700 Subject: [PATCH] Add missing include --- src/stationapi/Node.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stationapi/Node.hpp b/src/stationapi/Node.hpp index 7353495..6ce98a3 100644 --- a/src/stationapi/Node.hpp +++ b/src/stationapi/Node.hpp @@ -6,6 +6,7 @@ #include #include #include +#include #include template