Skip to content

Commit

Permalink
Fix symbol.cpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jan 24, 2023
1 parent c47ec4a commit b27c72d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/lib/omnitrace/library/binary/symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
// SOFTWARE.

#include "library/config.hpp"
#include "timemory/mpl/concepts.hpp"

#if !defined(TIMEMORY_USE_BFD)
# error "BFD support not enabled"
Expand All @@ -47,6 +46,8 @@
#include "library/timemory.hpp"
#include "library/utility.hpp"

#include <timemory/mpl/concepts.hpp>

namespace omnitrace
{
namespace binary
Expand Down

0 comments on commit b27c72d

Please sign in to comment.