From 94b68e46a52e2d3eb54dda25f7b08d5aef603f40 Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Tue, 25 Jun 2013 11:48:32 -0700 Subject: [PATCH] countdown_latch: Add missing #include of condition_variable.h Change-Id: I336a387a9de27122ba54fbe2260cd5ddd290a7ef Reviewed-on: http://gerrit.ent.cloudera.com:8080/10 Tested-by: jenkins Reviewed-by: Matteo Bertozzi --- src/util/countdown_latch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/countdown_latch.h b/src/util/countdown_latch.h index 74572d763b..322e70f8dd 100644 --- a/src/util/countdown_latch.h +++ b/src/util/countdown_latch.h @@ -4,6 +4,7 @@ #define KUDU_UTIL_COUNTDOWN_LATCH_H #include +#include #include namespace kudu {