aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cellaigs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cellaigs.h')
-rw-r--r--kernel/cellaigs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cellaigs.h b/kernel/cellaigs.h
index efe9d83c1..f548f4667 100644
--- a/kernel/cellaigs.h
+++ b/kernel/cellaigs.h
@@ -32,6 +32,7 @@ struct AigNode
int left_parent, right_parent;
vector<pair<IdString, int>> outports;
+ AigNode();
bool operator==(const AigNode &other) const;
unsigned int hash() const;
};