Skip to content

Commit 51b3121

Browse files
committed
odb: Update code schema
Signed-off-by: Eren Dogan <[email protected]>
1 parent 188968c commit 51b3121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/odb/src/codeGenerator/schema/chip/dbModBTerm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"parent":"dbBlock"
7474
}
7575
],
76-
"cpp_includes":["dbBlock.h","dbModule.h","dbModNet.h","dbHashTable.hpp","dbModITerm.h","dbBusPort.h","dbJournal.h"]
76+
"cpp_includes":["dbBlock.h","dbModule.h","dbModNet.h","dbHashTable.hpp","dbModITerm.h","dbBusPort.h","dbJournal.h","utl/Logger.h"]
7777
}

src/odb/src/codeGenerator/schema/chip/dbModITerm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
}
6262

6363
],
64-
"cpp_includes":["dbBlock.h","dbModInst.h","dbModNet.h","dbHashTable.hpp","dbModBTerm.h", "dbJournal.h"]
64+
"cpp_includes":["dbBlock.h","dbModInst.h","dbModNet.h","dbHashTable.hpp","dbModBTerm.h", "dbJournal.h","utl/Logger.h"]
6565
}

0 commit comments

Comments
 (0)