# # # patch "administrator.cc" # from [774eb6e37ccf5a2a2e6f4721198e02874dc353e9] # to [9be891285d9532a69276b02a5541e959abdc4be0] # # patch "channel.cc" # from [52d8c79fb85d032b9e89cd6e5aa2413fad04f084] # to [41640f1281a983d3f304545ad95a3fcb3d5eb9b6] # # patch "query_client.cc" # from [4aaedbdb9403d7cb33f459a7a0b6e500716cc341] # to [fc865c40411eff7e2abffdc9ed90a88e4a44c67e] # # patch "server.cc" # from [dc8713e8c772cd307cecafb7d3c47a63bd92a4e2] # to [1c2fc2c81be790bbfa83850380ffbfe9872886da] # # patch "sock.cc" # from [c7d1253b571db327663956556a53969b06defbbb] # to [d7f4f0f1dcbbe4c93ae84466a95b3a42aa240604] # ============================================================ --- administrator.cc 774eb6e37ccf5a2a2e6f4721198e02874dc353e9 +++ administrator.cc 9be891285d9532a69276b02a5541e959abdc4be0 @@ -20,6 +20,7 @@ using boost::lexical_cast; #include using boost::lexical_cast; +#include #include namespace defaults ============================================================ --- channel.cc 52d8c79fb85d032b9e89cd6e5aa2413fad04f084 +++ channel.cc 41640f1281a983d3f304545ad95a3fcb3d5eb9b6 @@ -6,6 +6,7 @@ using std::max; #include using std::max; #include +#include #include #include ============================================================ --- query_client.cc 4aaedbdb9403d7cb33f459a7a0b6e500716cc341 +++ query_client.cc fc865c40411eff7e2abffdc9ed90a88e4a44c67e @@ -6,6 +6,8 @@ using std::cerr; #include using std::cerr; +#include + string const greeting = " Hello! This is the monotone usher at localhost. What would you like?"; string const notfound = "!Sorry, I don't know where to find that."; ============================================================ --- server.cc dc8713e8c772cd307cecafb7d3c47a63bd92a4e2 +++ server.cc 1c2fc2c81be790bbfa83850380ffbfe9872886da @@ -11,6 +11,7 @@ using std::cerr; #include #include #include +#include #include using boost::lexical_cast; ============================================================ --- sock.cc c7d1253b571db327663956556a53969b06defbbb +++ sock.cc d7f4f0f1dcbbe4c93ae84466a95b3a42aa240604 @@ -3,6 +3,7 @@ #include "err.hh" #include +#include #include #include #include