]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/ginac.texi
fixed typo
[ginac.git] / 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()