diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-08 13:51:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-08 17:55:40 +0300 |
commit | 9247c5a23757e01ef7ee91dd5655fcab177e5e6d (patch) | |
tree | 38e947cdaa6f1ec33651560b81851b7a255a58ac /src/gui/models/playerrelationlistmodel.h | |
parent | fcf53dd7d524c2204f39269be5768a1919daef42 (diff) | |
download | plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.gz plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.bz2 plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.xz plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.zip |
fix code style.
Diffstat (limited to 'src/gui/models/playerrelationlistmodel.h')
-rw-r--r-- | src/gui/models/playerrelationlistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/playerrelationlistmodel.h b/src/gui/models/playerrelationlistmodel.h index bc343de02..84531852d 100644 --- a/src/gui/models/playerrelationlistmodel.h +++ b/src/gui/models/playerrelationlistmodel.h @@ -25,6 +25,8 @@ #include "being/playerrelations.h" +#include "gui/models/listmodel.h" + #include "utils/gettext.h" static const char *const RELATION_NAMES[PlayerRelation::RELATIONS_NR] = |