Skip to content

Commit a4a8121

Browse files
authored
[WasmFS] Add missing library headers (#25562)
`std::enable_shared_from_this` comes from \<memory\> header See https://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html
1 parent 0a66ba0 commit a4a8121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/lib/wasmfs/file.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <emscripten.h>
1313
#include <emscripten/html5.h>
1414
#include <map>
15+
#include <memory>
1516
#include <mutex>
1617
#include <optional>
1718
#include <sys/stat.h>

0 commit comments

Comments
 (0)