summaryrefslogtreecommitdiff
path: root/inc/cad/solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cad/solve.h')
-rw-r--r--inc/cad/solve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h
index 9a0c56d..dad3edb 100644
--- a/inc/cad/solve.h
+++ b/inc/cad/solve.h
@@ -12,6 +12,7 @@ enum component_type {
struct subassembly;
struct component {
+ uint16_t id;
enum component_type type;
struct element *e;