diff --git a/EgtNumCollection.h b/EgtNumCollection.h index cfbf9ff..fd91da6 100644 --- a/EgtNumCollection.h +++ b/EgtNumCollection.h @@ -16,6 +16,7 @@ #include #include #include +#include //---------------------------------------------------------------------------- // Raccolte di booleani @@ -27,6 +28,7 @@ typedef std::list BOOLLIST ; // lista di bool typedef std::vector INTVECTOR ; // vettore di interi typedef std::list INT_LIST ; // lista di interi (con _ per non collidere con Win) typedef std::vector> INTMATRIX ; // matrice di interi +typedef std::unordered_set INTUNORDSET ; // unordered set di interi //---------------------------------------------------------------------------- // Raccolte di interi senza segno