This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new c35b4130 fix/plain_decoder (#125)
c35b4130 is described below
commit c35b4130089d0cb6c687a6a30d54aad9391755cc
Author: Hongzhi Gao <[email protected]>
AuthorDate: Thu Jun 27 11:23:21 2024 +0800
fix/plain_decoder (#125)
---
cpp/src/encoding/plain_decoder.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpp/src/encoding/plain_decoder.h b/cpp/src/encoding/plain_decoder.h
index c6e04fe2..fb65bcad 100644
--- a/cpp/src/encoding/plain_decoder.h
+++ b/cpp/src/encoding/plain_decoder.h
@@ -20,6 +20,8 @@
#ifndef ENCODING_PLAIN_DECODER_H
#define ENCODING_PLAIN_DECODER_H
+#include "decoder.h"
+
namespace storage {
class PlainDecoder : public Decoder {