Unverified Commit 012188b8 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Added missing include in SWIG header (#3999)

parent 48b6abc1
...@@ -711,6 +711,7 @@ class SwigInputBuilder: ...@@ -711,6 +711,7 @@ class SwigInputBuilder:
self.fOut.write("/* Swig input file,\n") self.fOut.write("/* Swig input file,\n")
self.fOut.write("%sgenerated by %s on %s\n*/\n\n\n" self.fOut.write("%sgenerated by %s on %s\n*/\n\n\n"
% (INDENT, sys.argv[0], time.asctime())) % (INDENT, sys.argv[0], time.asctime()))
self.fOut.write("%include \"factory.i\"\n")
self.fOut.write("\nnamespace OpenMM {\n\n") self.fOut.write("\nnamespace OpenMM {\n\n")
self.writeFactories() self.writeFactories()
self.writeGlobalConstants() self.writeGlobalConstants()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment