Skip to content

Commit

Permalink
added regenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfox-rushc committed Jan 8, 2024
1 parent 4eb2e75 commit 1a835b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/odb/include/odb/dbStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class dbOStream
*this << (uint32_t) v.index();
*this << std::get<I>(v);
}
return ((*this).operator<<<I + 1>(v));
return ((*this).operator<< <I + 1>(v));
}
}

Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Generator Code Begin Cpp
#include "dbModInst.h"

#include "db.h"
#include "db.h"
#include "dbBlock.h"
#include "dbDatabase.h"
Expand Down
1 change: 1 addition & 0 deletions src/odb/src/db/dbModuleBTermItr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Generator Code Begin Cpp
#include "dbModuleBTermItr.h"

#include "dbModule.h"
#include "dbModule.h"
#include "dbTable.h"

Expand Down

0 comments on commit 1a835b2

Please sign in to comment.