]> www.ginac.de Git - ginac.git/commitdiff
fixed typo
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Nov 2003 19:59:07 +0000 (19:59 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Nov 2003 19:59:07 +0000 (19:59 +0000)
doc/tutorial/ginac.texi

index f1a88ebd7f43813e156303781ad58b0ff9d8257a..f9bd79131451dde72a9477afdce0f0f00613f321 100644 (file)
@@ -7394,6 +7394,7 @@ The following shows how to build a simple package using automake
 and the @samp{AM_PATH_GINAC} macro. The program used here is @file{simple.cpp}:
 
 @example
+#include <iostream>
 #include <ginac/ginac.h>
 
 int main()