Skip to content

Commit

Permalink
Missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
sonndinh committed Jan 21, 2024
1 parent bb9b3f3 commit ab3e924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dds/DCPS/SerializedSizeValueWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "SerializedSizeValueWriter.h"

#include <dds/DCPS/debug.h>
#include "debug.h"

OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL

Expand Down
4 changes: 2 additions & 2 deletions dds/DCPS/SerializedSizeValueWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ class SerializedSizeValueWriter : public ValueWriter {
void begin_complex(Extensibility extensiblity, bool is_sequence = false);
void end_complex();
void begin_aggregated_member(bool optional, bool present = true);

const Encoding& encoding_;

// Maintain the states necessary to compute and cache the sizes of the top-level type
// or its nested members.
// or its nested members.
struct Metadata {
explicit Metadata(Extensibility exten)
: extensibility(exten)
Expand Down
1 change: 1 addition & 0 deletions dds/DCPS/ValueWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "Definitions.h"
#include "XTypes/MemberDescriptorImpl.h"
#include "XTypes/TypeObject.h"

#include <dds/Versioned_Namespace.h>
#include <FACE/Fixed.h>
Expand Down

0 comments on commit ab3e924

Please sign in to comment.