X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Fexamples%2Fcompile2.cpp;fp=doc%2Fexamples%2Fcompile2.cpp;h=960bbed9091c8e658a3df297b076bf3175e6c977;hp=faff99cc9033b6c4379b1aef178d662fe459f921;hb=69815a366be5ca81185386d94268d7e7dcce94e3;hpb=9237cb43a19b8ed83d3409ce187e9c67d6d7046c diff --git a/doc/examples/compile2.cpp b/doc/examples/compile2.cpp index faff99cc..960bbed9 100644 --- a/doc/examples/compile2.cpp +++ b/doc/examples/compile2.cpp @@ -1,10 +1,11 @@ #include -using namespace std; #include -using namespace GiNaC; // Yes, we are using CUBA (should be installed on the system!) #include +using namespace std; +using namespace GiNaC; + /* * Demonstrates the use of compile_ex with the CUBA library. *