Skip to content

Commit

Permalink
Add stdexcept include
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Oct 24, 2024
1 parent c1e341e commit 25830a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpiutil/src/main/native/include/wpi/StringMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <initializer_list>
#include <map>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>
Expand Down

0 comments on commit 25830a1

Please sign in to comment.