diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:45:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:45:57 +0300 |
commit | b5995578d5cf52e8553b668bc9343f02e8a0fc93 (patch) | |
tree | 796166c74ba830e6c2617b8f8ac8852c29228d91 /src/gui | |
parent | 39a5358152d55a727c2b837d648bd81186e46233 (diff) | |
download | plus-b5995578d5cf52e8553b668bc9343f02e8a0fc93.tar.gz plus-b5995578d5cf52e8553b668bc9343f02e8a0fc93.tar.bz2 plus-b5995578d5cf52e8553b668bc9343f02e8a0fc93.tar.xz plus-b5995578d5cf52e8553b668bc9343f02e8a0fc93.zip |
fix compilation error.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/base/widget.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/base/widget.hpp b/src/gui/base/widget.hpp index fe02d3b14..847e340e1 100644 --- a/src/gui/base/widget.hpp +++ b/src/gui/base/widget.hpp @@ -68,8 +68,8 @@ #include <set> #include <string> -#include "guichan/color.hpp" -#include "guichan/rectangle.hpp" +#include "gui/base/color.hpp" +#include "gui/base/rectangle.hpp" #include "localconsts.h" |