diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-02-12 22:43:14 +0000 |
commit | ad0bbd838448034a03c11b32111cf6766ad2154e (patch) | |
tree | 20f82f410a703ae3e7370fe4c98eefb4e355a73a /guilib/GUIRSSControl.h | |
parent | 15c326da074ecf62c7d54984b276329f176f3a70 (diff) |
refactor: factored out some more label code and cleaned up a bunch of mess. Skinners please check your skins for any oddness.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIRSSControl.h')
-rw-r--r-- | guilib/GUIRSSControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIRSSControl.h b/guilib/GUIRSSControl.h index ff604cfe8c..3d09d3bc58 100644 --- a/guilib/GUIRSSControl.h +++ b/guilib/GUIRSSControl.h @@ -30,6 +30,7 @@ */ #include "GUIControl.h" +#include "GUILabel.h" typedef uint32_t character_t; typedef uint32_t color_t; |