* swig csharp wrappers now build

* fix this in a way that does not break the java wrappers
This commit is contained in:
Greg Landrum
2017-05-20 15:46:29 +02:00
parent da9a6dd40a
commit 7325e67fb4
2 changed files with 17 additions and 14 deletions

View File

@@ -199,6 +199,7 @@ typedef unsigned long long int uintmax_t;
%include "../types.i"
// Conformer seems to need to come before ROMol
%include "../Conformer.i"
%include "../Dict.i"
%include "../RDProps.i"
%include "../ROMol.i"
%include "../RWMol.i"
@@ -212,6 +213,7 @@ typedef unsigned long long int uintmax_t;
%include "../QueryAtom.i"
%include "../QueryBond.i"
%include "../QueryOps.i"
%include "../MonomerInfo.i"
%include "../PeriodicTable.i"
%include "../SanitException.i"
%include "../SmilesParse.i"