Skip to content

Commit

Permalink
fix: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Jan 5, 2025
1 parent 35917ba commit 8b61a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/util/game_pair.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <utility>

namespace fastchess {

template <typename T, typename U>
Expand Down

0 comments on commit 8b61a20

Please sign in to comment.