From 8e2d7b3be26a4a0037b4223ce7b19e273c74cdbc Mon Sep 17 00:00:00 2001 From: root <root@Leno> Date: Sat, 29 Jun 2019 22:10:44 +0100 Subject: [PATCH] update --- src/CommonSOG.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CommonSOG.h b/src/CommonSOG.h index d97eed8..c1480c4 100644 --- a/src/CommonSOG.h +++ b/src/CommonSOG.h @@ -7,6 +7,8 @@ #include "NewNet.h" #include <stack> class LDDState; + + typedef pair<LDDState *, MDD> couple; typedef pair<couple, Set> Pair; typedef stack<Pair> pile; -- GitLab