X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biaweb.cpp;h=d0c284eff4ac8cbcac6c0048d2b34fc199c3461b;hp=f720fe0ec5cee9b929157fe4cb757093f7a0ae54;hb=1d6e80c91ca5a6c4551d89e7a1979490c2505745;hpb=59a75c2a800a51ad8b40c7b5e643d92adc0a6389 diff --git a/biaweb.cpp b/biaweb.cpp index f720fe0..d0c284e 100644 --- a/biaweb.cpp +++ b/biaweb.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "biawebdocumenttree.hpp" using namespace biaweb; @@ -10,6 +11,7 @@ int main (int argc, char *argv[]) { // An empty document tree std::unique_ptr tree (new DocumentTree ("")); tree.get()->document_tree_builder ("Test/Reviews"); + std::cout << VISUALIZE_TREE << std::endl; tree.get()->visualize_tree (); Template tpl ("templates"); tree.get()->create_tree_html (&tpl, "Test/Out");