Include <string> and <istream> outside __pnacl__.
Fixes webrtc/ Debug build with libc++ which failed to link std::getline as this is defined in <istream>. <iostream> causes static initializers and shouldn't be necessary. Also adds to README.chromium that the overrides are used too get rid of static initializers and to build on libc++. R=thakis@chromium.org TBR=ronghuawu@chromium.org BUG=webrtc:3739 Review URL: https://codereview.chromium.org/552013004 Cr-Commit-Position: refs/heads/master@{#293954}
Showing
Please register or sign in to comment