You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/01/26 01:13:22 UTC

[incubator-doris] branch master updated: [Compile] fix compile error in gcc10 (#5294)

This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ee4c48  [Compile] fix compile error in gcc10 (#5294)
8ee4c48 is described below

commit 8ee4c48f1345ca5af9f384734677125ef7cf1f75
Author: stdpain <34...@users.noreply.github.com>
AuthorDate: Tue Jan 26 09:13:11 2021 +0800

    [Compile] fix compile error in gcc10 (#5294)
---
 be/src/olap/hll.h      | 1 +
 be/src/olap/reader.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/be/src/olap/hll.h b/be/src/olap/hll.h
index 48a86d4..850eb71 100644
--- a/be/src/olap/hll.h
+++ b/be/src/olap/hll.h
@@ -23,6 +23,7 @@
 
 #include <map>
 #include <set>
+#include <string>
 
 #include "gutil/macros.h"
 
diff --git a/be/src/olap/reader.cpp b/be/src/olap/reader.cpp
index a9945cc..0d64167 100644
--- a/be/src/olap/reader.cpp
+++ b/be/src/olap/reader.cpp
@@ -31,6 +31,7 @@
 #include "olap/tablet.h"
 #include "runtime/mem_pool.h"
 #include "runtime/mem_tracker.h"
+#include "runtime/string_value.hpp"
 #include "util/date_func.h"
 #include "util/mem_util.hpp"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org