diff --git a/thirdparty/Qt-Color-Widgets/src/color_wheel.cpp b/thirdparty/Qt-Color-Widgets/src/color_wheel.cpp index eac64374..46446a74 100644 --- a/thirdparty/Qt-Color-Widgets/src/color_wheel.cpp +++ b/thirdparty/Qt-Color-Widgets/src/color_wheel.cpp @@ -29,6 +29,7 @@ #include #include #include +#include #include "color_utils.hpp" namespace color_widgets { diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index f9dc50f2..0df7b4b0 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -2267,6 +2267,7 @@ void MainWindow::defineActions() { menuAct->setIcon(createQIcon("messagecenter")); menuAct = createMenuWindowsAction(MI_OpenColorModel, tr("&Color Model"), ""); menuAct->setIcon(createQIcon("colormodel")); + createMenuWindowsAction(MI_OpenAdvancedColorSelector, tr("Advanced Color Selector"), ""); menuAct = createMenuWindowsAction(MI_OpenStudioPalette, tr("&Studio Palette"), ""); menuAct->setIcon(createQIcon("studiopalette"));