commit | 1573e08173ec9a015a9661e944d0bd910a678fc3 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 28 08:55:28 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 28 08:55:28 2015 -0800 |
tree | d098518c19e68f4b74091e06e4ba9a3b2a600edf | |
parent | 26f9433e4e033d66574fa0d74392a504f8e491c0 [diff] |
Add a missing #include, to fix the Windows build. BUG= none R=jfb@chromium.org Review URL: https://codereview.chromium.org/865093003
diff --git a/src/IceUtils.h b/src/IceUtils.h index 493661c..50a115b 100644 --- a/src/IceUtils.h +++ b/src/IceUtils.h
@@ -15,6 +15,7 @@ #define SUBZERO_SRC_ICEUTILS_H #include <climits> +#include <mutex> namespace Ice {