Skip to content

Commit

Permalink
fix: added expetion header
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekush committed Oct 31, 2024
1 parent 4cdb29d commit bc549a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "lookup.hpp"
#include "token_queue.hpp"

#include <exception>
#include <stdexcept>

/**
* @brief Constructs a Token with specified type and string.
Expand Down

0 comments on commit bc549a8

Please sign in to comment.