Skip to content

Commit

Permalink
Fix Pegtl peg.hpp include for pegtl.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 6, 2024
1 parent 771f357 commit 41dfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Pegtl/include/Pegtl/peg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef PXR_PEGTL_CONTRIB_PEG_HPP
#define PXR_PEGTL_CONTRIB_PEG_HPP

#include <tao/pegtl.hpp>
#include "pegtl.hpp"

namespace PXR_PEGTL_NAMESPACE::peg {
// PEG grammar from https://pdos.csail.mit.edu/~baford/packrat/popl04/peg-popl04.pdf
Expand Down

0 comments on commit 41dfc44

Please sign in to comment.