From 7dae8aa77edeabd8d9b2110e362d1c3e8329e428 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Mar 2018 12:15:49 +0100 Subject: [PATCH] src/gui/components/cc_frm_icons.cpp: fix typo, add missing include --- src/gui/components/cc_frm_icons.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_icons.cpp b/src/gui/components/cc_frm_icons.cpp index 24a38323e..4f184534f 100644 --- a/src/gui/components/cc_frm_icons.cpp +++ b/src/gui/components/cc_frm_icons.cpp @@ -29,6 +29,7 @@ #include #include #include "cc_frm_icons.h" +#include using namespace std; @@ -96,7 +97,7 @@ void CComponentsIconForm::addIcon(std::vector icon_name) void CComponentsIconForm::addIcons(const std::string& icon_name, const size_t& count) { if (count == 0){ - dprintf(DEBUG_