diff --git a/common/library/grt-wb-controller/source/GraphRenderer.cpp b/common/library/grt-wb-controller/source/GraphRenderer.cpp index e63fb40..1d415de 100755 --- a/common/library/grt-wb-controller/source/GraphRenderer.cpp +++ b/common/library/grt-wb-controller/source/GraphRenderer.cpp @@ -2,6 +2,7 @@ //#include //#endif #include "GraphRenderer.h" +#include #ifdef __GNUC__ const int GraphRenderer::K1F; diff --git a/common/source/linux/MGFileBrowserList.cc b/common/source/linux/MGFileBrowserList.cc index 6824cbd..c25a412 100755 --- a/common/source/linux/MGFileBrowserList.cc +++ b/common/source/linux/MGFileBrowserList.cc @@ -20,6 +20,7 @@ #include #include #include +#include #include /* rename() in FreeBSD */ diff --git a/common/source/linux/MGHMeterGraphPlotter.cc b/common/source/linux/MGHMeterGraphPlotter.cc index be57691..cf0c2aa 100755 --- a/common/source/linux/MGHMeterGraphPlotter.cc +++ b/common/source/linux/MGHMeterGraphPlotter.cc @@ -16,6 +16,7 @@ #include "MGHMeterGraphPlotter.h" +#include diff --git a/common/source/linux/MySQLGRT/MGRTValueTree.h b/common/source/linux/MySQLGRT/MGRTValueTree.h index c71cf86..beb6537 100755 --- a/common/source/linux/MySQLGRT/MGRTValueTree.h +++ b/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); diff --git a/query-browser/source/linux/MGCodeEditor.cc b/query-browser/source/linux/MGCodeEditor.cc index ac7f92d..3fe21ab 100755 --- a/query-browser/source/linux/MGCodeEditor.cc +++ b/query-browser/source/linux/MGCodeEditor.cc @@ -16,6 +16,7 @@ #include "MGCodeEditor.h" +#include #include -- 1.6.3.1