--- a/gameServer/Votes.hs Fri Oct 06 22:37:44 2023 +0200
+++ b/gameServer/Votes.hs Wed Jan 10 20:54:29 2024 +0100
@@ -19,6 +19,7 @@
{-# LANGUAGE OverloadedStrings #-}
module Votes where
+import Control.Monad
import Control.Monad.Reader
import Control.Monad.State.Strict
import ServerState