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);