Skip to content

Commit

Permalink
Include <optional> for std::optional
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jul 12, 2023
1 parent 3fffbb7 commit 9323085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DatDb.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

#include "DB.h"

#include <optional>

class DatDB;

typedef std::shared_ptr<DatDB> DatDBPtr;
Expand Down

0 comments on commit 9323085

Please sign in to comment.