# # # patch "ChangeLog" # from [31ac477dea217be7b37e4b7e54f91687db76cd66] # to [043d7b4ce4cb2b08492fcc137d50210309da519b] # # patch "monotone.cc" # from [8cfac8cccbacf798370d81b9fad13a199d15d551] # to [0558cb8c31f175d66d933e4d925efa1fda049b7f] # ============================================================ --- ChangeLog 31ac477dea217be7b37e4b7e54f91687db76cd66 +++ ChangeLog 043d7b4ce4cb2b08492fcc137d50210309da519b @@ -1,5 +1,8 @@ 2006-04-08 Matthew Gregan + * monotone.cc: Oops, needed to include + boost/filesystem/convenience.hpp too. + * monotone.cc (cpp_main): Exclude .exe extension by using fs::basename rather than path.leaf(). ============================================================ --- monotone.cc 8cfac8cccbacf798370d81b9fad13a199d15d551 +++ monotone.cc 0558cb8c31f175d66d933e4d925efa1fda049b7f @@ -17,6 +17,7 @@ #include +#include #include #include "botan/botan.h"