From 802b3df2fa92aba2a7c56c56e0fd0b99c682e9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Thu, 15 Aug 2024 20:55:34 +0200 Subject: [PATCH] add missing #include --- include/tao/pegtl/normal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tao/pegtl/normal.hpp b/include/tao/pegtl/normal.hpp index 252241866..64a487050 100644 --- a/include/tao/pegtl/normal.hpp +++ b/include/tao/pegtl/normal.hpp @@ -5,6 +5,7 @@ #ifndef TAO_PEGTL_NORMAL_HPP #define TAO_PEGTL_NORMAL_HPP +#include #include #include #include @@ -23,7 +24,6 @@ #include "demangle.hpp" #else #include "internal/dependent_false.hpp" -#include #endif namespace TAO_PEGTL_NAMESPACE