Skip to content

Commit

Permalink
Merge pull request #44 from GregTheMadMonk/41-missing-headers
Browse files Browse the repository at this point in the history
Minimal fix to #41
  • Loading branch information
liuzicheng1987 authored Dec 28, 2023
2 parents f597f5f + 092f07f commit c4f1228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/rfl/internal/is_attribute.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include "../Field.hpp"

namespace rfl {

template <class T> struct Attribute;

namespace internal {

template <class T>
Expand Down
1 change: 1 addition & 0 deletions include/rfl/parsing/NamedTupleParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "../NamedTuple.hpp"
#include "../Result.hpp"
#include "../always_false.hpp"
#include "../internal/Memoization.hpp"
#include "../internal/is_basic_type.hpp"
#include "../internal/strings/replace_all.hpp"
#include "is_required.hpp"
Expand Down

0 comments on commit c4f1228

Please sign in to comment.