diff options
| author | Andrei Karas <akaras@inbox.ru> | 2014-02-19 01:18:16 +0300 |
|---|---|---|
| committer | Andrei Karas <akaras@inbox.ru> | 2014-02-20 00:49:07 +0300 |
| commit | 26f9aad24bc50d4e9fd161d185df049c9e7a62cf (patch) | |
| tree | d8fd87aef6395b5a4704e9570fcbcddcc8ccca83 /src/gui/widgets/playerbox.cpp | |
| parent | 50b5afdb7e68cdec8f77020b578dc3f6874933bb (diff) | |
| download | manaplus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.gz manaplus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.bz2 manaplus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.xz manaplus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.zip | |
improve includes.
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
| -rw-r--r-- | src/gui/widgets/playerbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 976a1c8f9..7ef543511 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -26,6 +26,8 @@ #include "being/being.h" +#include "gui/gui.h" + #include "resources/image.h" #include "debug.h" |