diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:39:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:39:12 +0300 |
commit | 1fe641c6a8e5a9186645e7b776a31337064f77d8 (patch) | |
tree | e2df69cee9be4214b4dfc38e5c40b6f56e2eb48b /src/gui/widgets/browserbox.cpp | |
parent | 5865c48f81cc988a3aebe353897d68c43f05378b (diff) | |
download | plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.gz plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.bz2 plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.xz plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.zip |
Fix different include issues.
Diffstat (limited to 'src/gui/widgets/browserbox.cpp')
-rw-r--r-- | src/gui/widgets/browserbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index fe45e9ea0..d03f1d623 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -45,6 +45,8 @@ #include "resources/image/image.h" +#include "resources/item/cardslist.h" + #include "resources/loaders/imageloader.h" #include "resources/loaders/imagesetloader.h" |