diff options
author | Max Horn | 2010-11-16 10:29:31 +0000 |
---|---|---|
committer | Max Horn | 2010-11-16 10:29:31 +0000 |
commit | 5b735131ba0a67aab96938886cc49177d866ab34 (patch) | |
tree | 90fbe4ff750fcc7392e04da610873739b90f2763 /gui/themebrowser.cpp | |
parent | f3f73a7832c77c779c7a5f3afc6bf12e158bb42a (diff) | |
download | scummvm-rg350-5b735131ba0a67aab96938886cc49177d866ab34.tar.gz scummvm-rg350-5b735131ba0a67aab96938886cc49177d866ab34.tar.bz2 scummvm-rg350-5b735131ba0a67aab96938886cc49177d866ab34.zip |
GUI: Push down some header (inter)dependencies
svn-id: r54267
Diffstat (limited to 'gui/themebrowser.cpp')
-rw-r--r-- | gui/themebrowser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp index 3e4b680fef..0056a5d55b 100644 --- a/gui/themebrowser.cpp +++ b/gui/themebrowser.cpp @@ -25,6 +25,7 @@ #include "gui/themebrowser.h" #include "gui/widgets/list.h" #include "gui/widget.h" +#include "gui/gui-manager.h" #include "common/translation.h" |