You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/01/14 00:31:46 UTC

kudu git commit: Add one more missing include in trace_event_impl.h

Repository: kudu
Updated Branches:
  refs/heads/master b7e2089f8 -> 5e932ae57


Add one more missing include in trace_event_impl.h

Change-Id: I0292adb4857b172761beb5d9a2b3af2ede850270
Reviewed-on: http://gerrit.cloudera.org:8080/5713
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <ad...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/5e932ae5
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/5e932ae5
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/5e932ae5

Branch: refs/heads/master
Commit: 5e932ae572621920eefdb1a5ee6883a8f0084f8e
Parents: b7e2089
Author: Henry Robinson <he...@cloudera.com>
Authored: Fri Jan 13 02:05:15 2017 -0800
Committer: Adar Dembo <ad...@cloudera.com>
Committed: Fri Jan 13 23:51:01 2017 +0000

----------------------------------------------------------------------
 src/kudu/util/debug/trace_event_impl.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/5e932ae5/src/kudu/util/debug/trace_event_impl.h
----------------------------------------------------------------------
diff --git a/src/kudu/util/debug/trace_event_impl.h b/src/kudu/util/debug/trace_event_impl.h
index 73d2251..e5e85df 100644
--- a/src/kudu/util/debug/trace_event_impl.h
+++ b/src/kudu/util/debug/trace_event_impl.h
@@ -7,6 +7,7 @@
 
 #include <gtest/gtest_prod.h>
 #include <stack>
+#include <sstream>
 #include <string>
 #include <unordered_map>
 #include <unordered_set>