Skip to content

Commit

Permalink
Add missing include headers
Browse files Browse the repository at this point in the history
This is for C++ modules build in chromium.
  • Loading branch information
atetubou authored Jan 17, 2025
1 parent 2ce1367 commit c563c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/wasm.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <cstdint>
#include <cstring>
#include <memory>
#include <new>
#include <limits>
#include <string>

Expand Down

0 comments on commit c563c4f

Please sign in to comment.