]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
Support for exset and printing thereof.
[ginac.git] / ginac / basic.h
index b08ad6693472859ccf1645abf889f1558b3f37d2..5fa74d5b6fefddd8a75066b09ea5f6f237e6705c 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <cstddef> // for size_t
 #include <vector>
+#include <set>
 #include <map>
 // CINT needs <algorithm> to work properly with <vector>
 #include <algorithm>
@@ -45,6 +46,7 @@ class archive_node;
 class print_context;
 
 typedef std::vector<ex> exvector;
+typedef std::set<ex, ex_is_less> exset;
 typedef std::map<ex, ex, ex_is_less> exmap;
 
 // Define this to enable some statistical output for comparisons and hashing