Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: haiqi96 <14502009+haiqi96@users.noreply.github.com>
  • Loading branch information
gibber9809 and haiqi96 authored Dec 13, 2024
1 parent 3d62e5e commit 896fe91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/core/src/clp_s/ParsedMessage.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef CLP_S_PARSEDMESSAGE_HPP
#define CLP_S_PARSEDMESSAGE_HPP

#include <cstdint>
#include <map>
#include <string>
#include <string_view>
Expand Down
1 change: 1 addition & 0 deletions components/core/src/clp_s/TimestampPattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <chrono>
#include <cstring>
#include <string>
#include <string_view>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions components/core/src/clp_s/TimestampPattern.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <string_view>
#include <utility>

Expand Down

0 comments on commit 896fe91

Please sign in to comment.