Skip to content

Commit

Permalink
Merge pull request #6419 from The-OpenROAD-Project-staging/odb-inc-fix
Browse files Browse the repository at this point in the history
odb: fix includes in dbStream.h ("" vs <>)
  • Loading branch information
maliberty authored Dec 23, 2024
2 parents f9640a1 + 061dc63 commit a08a6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/odb/include/odb/dbStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
#include <cstdint>
#include <cstring>
#include <istream>
#include <map>
#include <ostream>
#include <string>
#include <tuple>
#include <unordered_map>
#include <variant>
#include <vector>

#include "ZException.h"
#include "dbObject.h"
#include "map"
#include "odb.h"
#include "tuple"
#include "vector"

namespace odb {

Expand Down

0 comments on commit a08a6b6

Please sign in to comment.