Skip to content

Commit

Permalink
Merge pull request #368 from felixguendling/main
Browse files Browse the repository at this point in the history
add missing include to fix build for some compilers
  • Loading branch information
ColinH authored Aug 18, 2024
2 parents 68f4461 + 802b3df commit 1c1aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/pegtl/normal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef TAO_PEGTL_NORMAL_HPP
#define TAO_PEGTL_NORMAL_HPP

#include <exception>
#include <string>
#include <type_traits>
#include <utility>
Expand All @@ -23,7 +24,6 @@
#include "demangle.hpp"
#else
#include "internal/dependent_false.hpp"
#include <exception>
#endif

namespace TAO_PEGTL_NAMESPACE
Expand Down

0 comments on commit 1c1aa6e

Please sign in to comment.