Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: src/IceUtils.h

Issue 884283002: Fix missing header include (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceUtils.h
diff --git a/src/IceUtils.h b/src/IceUtils.h
index 50a115bf7bbc5ff4ef50b4f60756151ae41f55e5..2c32f1bb64c992520920a61323802c58f005d729 100644
--- a/src/IceUtils.h
+++ b/src/IceUtils.h
@@ -15,7 +15,7 @@
#define SUBZERO_SRC_ICEUTILS_H
#include <climits>
-#include <mutex>
+#include <condition_variable>
namespace Ice {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698