diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-29 20:13:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-29 20:53:57 +0300 |
commit | 36c45ae7d8d2577a900ec266b64448d4b488013d (patch) | |
tree | 419024ce46e507c2abb0578d15d787093556b246 /src/gui/models/ignorechoiceslistmodel.h | |
parent | 864e023e0faeca5aa662023a54af7e4f9797fafa (diff) | |
download | plus-36c45ae7d8d2577a900ec266b64448d4b488013d.tar.gz plus-36c45ae7d8d2577a900ec266b64448d4b488013d.tar.bz2 plus-36c45ae7d8d2577a900ec266b64448d4b488013d.tar.xz plus-36c45ae7d8d2577a900ec266b64448d4b488013d.zip |
Move cast macroses into separate file.
Diffstat (limited to 'src/gui/models/ignorechoiceslistmodel.h')
-rw-r--r-- | src/gui/models/ignorechoiceslistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/ignorechoiceslistmodel.h b/src/gui/models/ignorechoiceslistmodel.h index ef537a5c7..6cd8bbe87 100644 --- a/src/gui/models/ignorechoiceslistmodel.h +++ b/src/gui/models/ignorechoiceslistmodel.h @@ -28,6 +28,8 @@ #include "being/playerignorestrategy.h" #include "being/playerrelations.h" +#include "utils/cast.h" + /** * Class for choosing one of the various `what to do when ignoring a player' options */ |