From efeaa7ccd431544320b77e29d8e24afc227b2ae0 Mon Sep 17 00:00:00 2001 From: "Dr. Colin Hirsch" Date: Mon, 18 Nov 2024 18:19:41 +0100 Subject: [PATCH] Add missing include. --- include/tao/pegtl/internal/endian_system.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tao/pegtl/internal/endian_system.hpp b/include/tao/pegtl/internal/endian_system.hpp index 9e1d8683..dfb0403e 100644 --- a/include/tao/pegtl/internal/endian_system.hpp +++ b/include/tao/pegtl/internal/endian_system.hpp @@ -6,6 +6,7 @@ #define TAO_PEGTL_INTERNAL_ENDIAN_SYSTEM_HPP #include "../config.hpp" +#include "../system.hpp" #if defined( TAO_PEGTL_SYSTEM_WINDOWS ) # if !defined( __ORDER_BIG_ENDIAN__ )