--- a/common/library/grt-wb-controller/source/GraphRenderer.cpp +++ a/common/library/grt-wb-controller/source/GraphRenderer.cpp @@ -2,6 +2,7 @@ //#include //#endif #include "GraphRenderer.h" +#include #ifdef __GNUC__ const int GraphRenderer::K1F; --- a/common/source/linux/MGFileBrowserList.cc +++ a/common/source/linux/MGFileBrowserList.cc @@ -20,6 +20,7 @@ #include #include #include +#include #include /* rename() in FreeBSD */ --- a/common/source/linux/MGHMeterGraphPlotter.cc +++ a/common/source/linux/MGHMeterGraphPlotter.cc @@ -16,6 +16,7 @@ #include "MGHMeterGraphPlotter.h" +#include --- a/common/source/linux/MySQLGRT/MGRTValueTree.h +++ a/common/source/linux/MySQLGRT/MGRTValueTree.h @@ -50,7 +50,7 @@ class MGRTValueTree : public Gtk::TreeView { void set_icon(Gtk::TreeRow row, MGRTValue value); void add_value_item(Gtk::TreeIter iter, MGRTValue value); - void add_list_to_store(MGRTValue list, Gtk::TreeRow *parent, std::list *list); + void add_list_to_store(MGRTValue list, Gtk::TreeRow *parent, std::list *expanded_list); void add_dict_to_store(MGRTValue dict, Gtk::TreeRow &parent, std::list *list); void remember_path(Gtk::TreeView *tree, const Gtk::TreeModel::Path &path, std::list &list); --- a/query-browser/source/linux/MGCodeEditor.cc +++ a/query-browser/source/linux/MGCodeEditor.cc @@ -16,6 +16,7 @@ #include "MGCodeEditor.h" +#include #include --