summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-14 23:14:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-14 23:14:56 +0300
commit52035f13b50a8e64373f21cea5bd696828eeb75c (patch)
treeb35302271a2b7d9e325b8dda8c93d2b69befbb02
parentd3d4a43b04b86e031e96e9bf434c1b97018b1664 (diff)
downloadplus-52035f13b50a8e64373f21cea5bd696828eeb75c.tar.gz
plus-52035f13b50a8e64373f21cea5bd696828eeb75c.tar.bz2
plus-52035f13b50a8e64373f21cea5bd696828eeb75c.tar.xz
plus-52035f13b50a8e64373f21cea5bd696828eeb75c.zip
Add missing include into skilllistbox.h
-rw-r--r--src/gui/widgets/skilllistbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/skilllistbox.h b/src/gui/widgets/skilllistbox.h
index ab45c5122..91023e4dd 100644
--- a/src/gui/widgets/skilllistbox.h
+++ b/src/gui/widgets/skilllistbox.h
@@ -40,6 +40,7 @@
#include "gui/popups/skillpopup.h"
#include "utils/delete2.h"
+#include "utils/stringutils.h"
#include "render/graphics.h"