Skip to content

Commit

Permalink
add missing #include <exception>
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Aug 15, 2024
1 parent 68f4461 commit 802b3df
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 802b3df

Please sign in to comment.