, a compilation error results as easy/arbitrary_value.h doesn't include easy/profiler.h. The fix would appear to be to include profile.h first, but if an app uses headers sorting then the 'normal' sorting results in a compilation error.
arbitrary_value.h should be updated to include profile.h (or, better yet, including easy/details/profiler_public_types.h)
This is a minor issue. When doing:
, a compilation error results as
easy/arbitrary_value.h
doesn't includeeasy/profiler.h
. The fix would appear to be to includeprofile.h
first, but if an app uses headers sorting then the 'normal' sorting results in a compilation error.arbitrary_value.h
should be updated to includeprofile.h
(or, better yet, includingeasy/details/profiler_public_types.h
)