Skip to content

Commit

Permalink
Add missing <exception> to base_includes.h (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z authored Jul 31, 2024
1 parent 4834e60 commit 0deecf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strings/base_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <chrono>
#include <cstddef>
#include <cstring>
#include <exception>
#include <iterator>
#include <map>
#include <memory>
Expand Down

0 comments on commit 0deecf1

Please sign in to comment.