From ca5a264a3b9949e21161fe74f999ee2c0e1e119a Mon Sep 17 00:00:00 2001 From: Bartosz Putek Date: Sun, 8 Jan 2023 16:06:50 +0100 Subject: [PATCH] hotfix: Fix building the addon on CI --- addon/calculator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/calculator.hpp b/addon/calculator.hpp index b1be101..6423e01 100644 --- a/addon/calculator.hpp +++ b/addon/calculator.hpp @@ -1,5 +1,6 @@ #include #include +#include struct PlayerStats { std::array handTypeSum;