Skip to content

Commit

Permalink
Merge pull request #1005 from hzeller/20230828-include-config
Browse files Browse the repository at this point in the history
Make sure serializers include the config.h
  • Loading branch information
alaindargelas authored Aug 29, 2023
2 parents d9f18bf + 9fe8fd1 commit 6aa3bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/Serializer_restore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include "UHDM.capnp.h"
#include <uhdm/uhdm.h>

#include "uhdm/config.h"

namespace UHDM {
static constexpr std::string_view kUnknownRawSymbol = "<unknown>";
Expand Down
1 change: 1 addition & 0 deletions templates/Serializer_save.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <uhdm/uhdm.h>
#include <uhdm/uhdm_types.h>

#include "uhdm/config.h"

namespace UHDM {
inline static uint32_t GetId(const BaseClass* p, const Serializer::IdMap &idMap) {
Expand Down

0 comments on commit 6aa3bd5

Please sign in to comment.