Fix building ninja all_source

Former-commit-id: f14ca94607
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-10 12:46:24 +03:00
parent f6425fe3d8
commit f3ef565768
9 changed files with 20 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ public:
cur = cur->get_next();
}
}
void push_back(const T&);
private:
struct node {