# # # patch "netio.hh" # from [3936f2192869d73c5b9b2c6756c99ec50956a4e0] # to [3177bc0e70e1d2333e7ffeee004b01f2d114ccfb] # # patch "pch.hh" # from [78a67446ecaea37e66a7f5eb7b74ec7aa119c5f2] # to [d907c0f5e974b97e595f43f5d65abc65af76732a] # # patch "ui.hh" # from [496479433aee1e5ff51e96a22ae7cb662d71c4b8] # to [54c07a0f42ec7bfdbbdeab15d0f5cfd4604a616a] # ============================================================ --- netio.hh 3936f2192869d73c5b9b2c6756c99ec50956a4e0 +++ netio.hh 3177bc0e70e1d2333e7ffeee004b01f2d114ccfb @@ -9,7 +9,6 @@ // all network i/o decoding and encoding in netcmd and merkle is done using // the primitives in this header. it has to be very correct. -#include #include #include "numeric_vocab.hh" ============================================================ --- pch.hh 78a67446ecaea37e66a7f5eb7b74ec7aa119c5f2 +++ pch.hh d907c0f5e974b97e595f43f5d65abc65af76732a @@ -17,7 +17,8 @@ #include #include #include -#include +// We have a local version of this to work around a bug in the MSVC debug checking. +#include "boost/format.hpp" #include #include #include ============================================================ --- ui.hh 496479433aee1e5ff51e96a22ae7cb662d71c4b8 +++ ui.hh 54c07a0f42ec7bfdbbdeab15d0f5cfd4604a616a @@ -13,7 +13,6 @@ #include #include #include -#include #include "sanity.hh"