Skip to content

Commit b739333

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
add ET_BUNDLE_IO_ENABLED in executor runner (#16068)
Summary: titled Reviewed By: DrJessop, kirklandsign Differential Revision: D88315544
1 parent 78a73d4 commit b739333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/portable/executor_runner/executor_runner.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
*/
2020

2121
#include <cstdint>
22+
#ifdef ET_BUNDLE_IO_ENABLED
2223
#include <filesystem>
24+
#endif // ET_BUNDLE_IO_ENABLED
2325
#include <fstream>
2426
#include <iostream>
2527
#include <memory>

0 commit comments

Comments
 (0)