X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.cc;h=bd1de3e60645f15e299e545b07d197b5c90d4e43;hb=02558d484765370cd00ff15008412aa4a15eea11;hp=57ac52ee25ba541da665b1440c5ab0e7a7bead35;hpb=64fa7349d52d41bde86c8e07ddc157a1e50a1384;p=model-checker.git diff --git a/snapshot-interface.cc b/snapshot-interface.cc index 57ac52e..bd1de3e 100644 --- a/snapshot-interface.cc +++ b/snapshot-interface.cc @@ -2,12 +2,12 @@ #include #include #include -#include #include "snapshot-interface.h" #include "snapshot.h" #include "common.h" #include "mymemory.h" +#include "stl-model.h" /* MYBINARYNAME only works because our pathname usually includes 'model' (e.g., * /.../model-checker/test/userprog.o) */ @@ -29,7 +29,7 @@ class SnapshotStack { MEMALLOC private: - std::vector > stack; + ModelVector stack; }; static SnapshotStack *snap_stack;