# # # patch "ChangeLog" # from [391af203ed04d7c3e8310758530020952edef9c4] # to [d4b922694eb36f78d3531d1c139fdb38ee65080c] # # patch "cmd_automate.cc" # from [85043eb56ef6c10b90031981107c90c1c54b8927] # to [b66c2437ae92a344b18f76e03cf932677d024a28] # ============================================================ --- ChangeLog 391af203ed04d7c3e8310758530020952edef9c4 +++ ChangeLog d4b922694eb36f78d3531d1c139fdb38ee65080c @@ -1,3 +1,8 @@ +2006-06-19 Nathaniel Smith + + * cmd_automate.cc: #include , as requested in + bug #16866 for boost 1.32.0 compatibility. + 2006-06-18 Ethan Blanton * std_hooks.lua: Call the lua function get_mtn_command(host) ============================================================ --- cmd_automate.cc 85043eb56ef6c10b90031981107c90c1c54b8927 +++ cmd_automate.cc b66c2437ae92a344b18f76e03cf932677d024a28 @@ -11,6 +11,7 @@ #include #include +#include #include #include "cmd.hh"