From 41dfc44ff63627d5524ccc6a9954cffba9a04b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Mon, 5 Aug 2024 23:43:42 -0600 Subject: [PATCH] Fix Pegtl peg.hpp include for pegtl.hpp. --- Sources/Pegtl/include/Pegtl/peg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Pegtl/include/Pegtl/peg.hpp b/Sources/Pegtl/include/Pegtl/peg.hpp index 9e6651597..f349bf25a 100644 --- a/Sources/Pegtl/include/Pegtl/peg.hpp +++ b/Sources/Pegtl/include/Pegtl/peg.hpp @@ -5,7 +5,7 @@ #ifndef PXR_PEGTL_CONTRIB_PEG_HPP #define PXR_PEGTL_CONTRIB_PEG_HPP -#include +#include "pegtl.hpp" namespace PXR_PEGTL_NAMESPACE::peg { // PEG grammar from https://pdos.csail.mit.edu/~baford/packrat/popl04/peg-popl04.pdf