diff --git a/tools/oneclick/base/common_dict_file.py b/tools/oneclick/base/common_dict_file.py
index 5b7cabbc13d1c98109158563fe60e3c9d4675dd1..7a62d475466c510876f3e4877ecb07055fc0a135 100644
--- a/tools/oneclick/base/common_dict_file.py
+++ b/tools/oneclick/base/common_dict_file.py
@@ -182,6 +182,7 @@ class CommonDictFile:
                     if section_begin>=0 and section_end>section_begin:
                         section_header = line[section_begin+1:section_end].strip()  # new section header
                         section_headers.append(section_header)
+                        include_section = True                   # default include this new section
                         if self.fileSections!=None:
                             if section_header not in self.fileSections:
                                 include_section = False          # skip this section