Add to STL file as well

This commit is contained in:
Brad Kotsopoulos 2018-12-27 01:15:18 -05:00
commit 7e9f1a7972
3 changed files with 7 additions and 4 deletions

View file

@ -186,4 +186,4 @@ class set {
}
};
} // namespace std
} // namespace std

View file

@ -186,4 +186,4 @@ class unordered_set {
}
};
} // namespace std
} // namespace std

View file

@ -3,8 +3,11 @@
* ----------------------------------------------------------------------------- */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>
%include <std_set.i>
%include <std_string.i>
%include <std_unordered_map.i>
%include <std_unordered_set.i>
%include <std_vector.i>