Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/simple_includer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace hocon {
}

shared_object simple_includer::include_file_without_fallback(shared_include_context context, std::string what) {
return config::parse_file_any_syntax(move(what), context->parse_options())->root();
return config::parse_file_any_syntax(move(what), context->parse_options())->resolve(config_resolve_options(true, true))->root();
}

config_parse_options simple_includer::clear_for_include(config_parse_options const& options) {
Expand Down