Index: src/examples/cpp/console.cpp =================================================================== --- src/examples/cpp/console.cpp (revision 136) +++ src/examples/cpp/console.cpp (working copy) @@ -16,6 +16,7 @@ */ #include +#include #include #include #include Index: src/main/cpp/inputstreamreader.cpp =================================================================== --- src/main/cpp/inputstreamreader.cpp (revision 136) +++ src/main/cpp/inputstreamreader.cpp (working copy) @@ -15,6 +15,7 @@ * limitations under the License. */ +#include #include #include #include Index: src/main/cpp/socketoutputstream.cpp =================================================================== --- src/main/cpp/socketoutputstream.cpp (revision 136) +++ src/main/cpp/socketoutputstream.cpp (working copy) @@ -15,6 +15,7 @@ * limitations under the License. */ +#include #include #include #include