Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzzuti committed Dec 21, 2023
1 parent 2a30153 commit 51cf34b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/data_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <iostream>
#include <vector>

#include "deck.h"

enum class Actions {
FOLD,
CALL,
Expand Down

0 comments on commit 51cf34b

Please sign in to comment.