Skip to content

Commit

Permalink
added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Mar 22, 2024
1 parent 846fcab commit 5de3b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fdb5/database/Key.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <string>
#include <vector>
#include <set>
#include <memory>

#include "eckit/types/Types.h"

Expand Down
1 change: 1 addition & 0 deletions src/fdb5/rules/Rule.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <iosfwd>
#include <vector>
#include <memory>

#include "eckit/memory/NonCopyable.h"
#include "eckit/types/Types.h"
Expand Down
1 change: 1 addition & 0 deletions src/fdb5/rules/Schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <iosfwd>
#include <vector>
#include <memory>

#include "eckit/exception/Exceptions.h"
#include "eckit/filesystem/PathName.h"
Expand Down

0 comments on commit 5de3b25

Please sign in to comment.