From b454845e6674adf5286dea90e71736af6cea6d03 Mon Sep 17 00:00:00 2001 From: Petr Pavlu Date: Sun, 12 Mar 2017 20:32:12 +0000 Subject: [PATCH] Add missing include to get std::to_string() --- cppconsui/tree.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/cppconsui/tree.hh b/cppconsui/tree.hh index 0e82f16..b44768f 100644 --- a/cppconsui/tree.hh +++ b/cppconsui/tree.hh @@ -34,6 +34,7 @@ #include #include #include +#include /// A node in the tree, combining links to other nodes as well as the actual data. -- 2.11.4.GIT