Skip to content

Commit

Permalink
windows compile
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Dec 23, 2024
1 parent 2971dd8 commit b1bfc4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2024/src/day14.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vector>
#include <benchmark/benchmark.h>
#include <format>
#include <array>

struct Data
{
Expand Down
1 change: 1 addition & 0 deletions 2024/src/day18.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <aoc/2024/split.h>
#include <map>
#include <set>
#include <queue>

struct Data {
std::vector<Pos> positions;
Expand Down
1 change: 1 addition & 0 deletions 2024/src/day20.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <benchmark/benchmark.h>
#include <format>
#include <aoc/2024/pos.h>
#include <queue>

struct Data
{
Expand Down

0 comments on commit b1bfc4c

Please sign in to comment.