diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
commit | c65cb0d97fbaa37f531d6fb47ce9d798b001b637 (patch) | |
tree | cce1030add4a837913b9e730a5550a67d03d236e /src/gui/widgets/playerbox.h | |
parent | 3d236906de18c846aa052f1d4cef1b0686a43854 (diff) | |
download | mv-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.gz mv-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.bz2 mv-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.xz mv-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.zip |
fix code style.
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r-- | src/gui/widgets/playerbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index 398ebb7b9..0ffddeeac 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.h @@ -27,6 +27,8 @@ #include "listeners/mouselistener.h" +#include "resources/imagerect.h" + #include "localconsts.h" class Being; |