Add missing header

color_swatch.cpp uses std::unique_ptr
This commit is contained in:
Simon Richter 2017-03-01 16:40:27 +01:00 committed by Wayne Stambaugh
parent ef0a5ff71c
commit bb61cd5a50
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include <wx/colour.h>
#include <wx/colordlg.h>
#include <memory>
wxDEFINE_EVENT(COLOR_SWATCH_CHANGED, wxCommandEvent);
using KIGFX::COLOR4D;