Skip to content

Commit

Permalink
Merge Pull Request #2378 from jpkenny/sst-elements/hg-fixserialize
Browse files Browse the repository at this point in the history
Automatically Merged using SST Pull Request AutoTester
PR Title: b'Mercury: fix serialization headers'
PR Author: jpkenny
  • Loading branch information
sst-autotester authored Jul 28, 2024
2 parents 6b5a4ac + 4416b80 commit a35d9f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sst/elements/mercury/common/serializable.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
#pragma once

#include <sst/core/serialization/serializer_fwd.h>
#include <sst/core/serialization/serializable.h>
#include <sst/core/serialization/serialize_serializable.h>
#include <sst/core/serialization/serializer.h>
#include <sst/core/serialization/serializable.h>

#define START_SERIALIZATION_NAMESPACE namespace SST { namespace Core { namespace Serialization {
#define END_SERIALIZATION_NAMESPACE } } }
Expand Down

0 comments on commit a35d9f6

Please sign in to comment.