Skip to content

Commit f9e1079

Browse files
committed
odb: add missing headers for clang-tidy
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 26e1e78 commit f9e1079

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/odb/src/db/dbTrackGrid.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "odb/db.h"
2020
#include "odb/dbSet.h"
2121
#include "odb/dbTypes.h"
22+
#include "odb/odb.h"
2223
#include "utl/Logger.h"
2324

2425
namespace odb {

src/odb/src/db/dbTrackGrid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#pragma once
55

6+
#include <vector>
7+
68
#include "dbCore.h"
79
#include "dbDatabase.h"
810
#include "dbVector.h"

0 commit comments

Comments
 (0)