From 2a42f46b809b925bb0c29cc19b5b9f8051224fa6 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Mar 2018 15:19:01 +0100 Subject: [PATCH] src/gui/components/cc_frm_icons.cpp: fix typo, add missing include Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/21e0f96ccc8d32fcfb1ce91bb24734e25666955c Author: Thilo Graf Date: 2018-03-14 (Wed, 14 Mar 2018) --- 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_