mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
add header file for set
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
#include"Node.h"
|
||||
#include"Set.cpp"
|
||||
#include"Set.h"
|
||||
|
||||
class MultiSet:public Set {
|
||||
Node* first;
|
||||
|
||||
Reference in New Issue
Block a user