Skip to content

Commit

Permalink
Added missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Sep 14, 2024
1 parent 54f470e commit ff10cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Title.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "Rating.h"
#include <string>
#include <optional>
#include <tuple>

struct Cell {
int first_sector;
Expand Down

0 comments on commit ff10cdc

Please sign in to comment.