ewasm / hera

Hera: Ewasm virtual machine conforming to the EVMC API
Apache License 2.0
181 stars 50 forks source link

Clean up includes #533

Closed axic closed 5 years ago

axic commented 5 years ago

Fixes some includes after #484.

axic commented 5 years ago

The #include <memory> is missing.

I guess macOS is different again, because it compiled her.

codecov-io commented 5 years ago

Codecov Report

Merging #533 into master will increase coverage by 0.99%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #533      +/-   ##
==========================================
+ Coverage   52.14%   53.13%   +0.99%     
==========================================
  Files           8        8              
  Lines        1308     1308              
  Branches      128      128              
==========================================
+ Hits          682      695      +13     
+ Misses        599      586      -13     
  Partials       27       27
chfast commented 5 years ago

I guess macOS is different again, because it compiled her.

This happens all the time both ways because of libstdc++ and libc++ differences.