gameServer/Votes.hs
changeset 15983 2c92499daa67
parent 14117 d6915d15b6de
--- 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