commit | c31bd60dbf9105f1568027c50c159844f8df052b | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Thu Mar 07 11:44:48 2019 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Tue Sep 03 17:56:49 2019 +0200 |
tree | 3e6962ec0817bd0f6712c2554ce1c13fbae6ded2 | |
parent | 883248101808e190403ffe592e01c71643c7a286 [diff] [blame] |
Implement the NetconfAccess class Change-Id: Idd63318364edd424e9c477f26db3c6d032721e8a
diff --git a/src/utils.hpp b/src/utils.hpp index a9fde88..bd959e3 100644 --- a/src/utils.hpp +++ b/src/utils.hpp
@@ -10,6 +10,7 @@ */ #include <string> #include "ast_path.hpp" +#include "ast_values.hpp" #include "schema.hpp" std::string joinPaths(const std::string& prefix, const std::string& suffix);