]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
Display of the tree obtained in the information dialog window in BBEditor. 12/05...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 3fb1cca8cc1359ec352908ecd5b3b6b8aded4bd0..0c070faf73535ff9d2de056735f9d71987c77b5e 100644 (file)
@@ -98,6 +98,7 @@
 #include <bbtkWxGUIPackageBrowser2.h>
 #include <bbtkWxGUIHtmlBrowser.h>
 #include <bbtkBlackBoxDescriptor.h>
+#include <bbtkComplexBlackBoxDescriptor.h>
 #include <bbtkUtilities.h>
 #include <bbtkConfigurationFile.h>
 #include <bbtkSystemTools.h>
 //Includes std
 #include <iostream>
 #include <fstream>
+#include <vector>
 
 namespace bbtk
 {
@@ -260,7 +262,8 @@ namespace bbtk
                        // VERY IMPORTANT FOR SAVE&LOAD PROCESSES
                        // RaC 2012 2nd HackFest
                        std::string                                             _currentBBGversion;
-
+                       
+                       NodeTreeC tree;
                protected: