diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-15 01:03:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-15 01:03:37 +0100 |
commit | 9c0c677d5723c47057296368675133a394556e3f (patch) | |
tree | 7ace304ea1b75f153a947b4c8f07b872f98781f5 /Libraries/LibGUI/Icon.cpp | |
parent | 34b5ff7c29fbd9f72922710042577aa0d906592b (diff) | |
download | serenity-9c0c677d5723c47057296368675133a394556e3f.zip |
LibGfx: Reduce header dependencies of Bitmap and Font
Diffstat (limited to 'Libraries/LibGUI/Icon.cpp')
-rw-r--r-- | Libraries/LibGUI/Icon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Icon.cpp b/Libraries/LibGUI/Icon.cpp index c04913d0e8..2a145f5500 100644 --- a/Libraries/LibGUI/Icon.cpp +++ b/Libraries/LibGUI/Icon.cpp @@ -24,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <AK/String.h> #include <LibGUI/Icon.h> GIcon::GIcon() |