Skip to content

Commit

Permalink
fix: add missing includes for emscripten compiler (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viatorus authored Oct 18, 2024
1 parent 75de22e commit b43cf94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/emio/result.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#include <concepts>
#include <cstdint>
#include <optional>
#include <string_view>
#if __STDC_HOSTED__
# include <stdexcept>
# include <string>
#endif
#include <type_traits>

Expand Down

0 comments on commit b43cf94

Please sign in to comment.