commit | 84b7ed11ef339e55aa6a01453a31d604b91f0238 | [log] [tgz] |
---|---|---|
author | JF Bastien <jfb@chromium.org> | Wed Jan 28 14:10:35 2015 -0800 |
committer | JF Bastien <jfb@chromium.org> | Wed Jan 28 14:10:35 2015 -0800 |
tree | 627db5051e28b0655aea131d129dab8b7f1fde06 | |
parent | 0c729c8cb60f1316d589a5890abb5bdc1e59bc9f [diff] |
Fix missing header include <mutex> is already included from IceDefs.h (where GlobalLockType is defined) but <condition_variable> isn't included anywhere. It's probably included indirectly in some standard libraries and not others, causing build failures on Windows. TBR= stichnot@chromium.org BUG= none Review URL: https://codereview.chromium.org/884283002