Skip to content

Commit f349994

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
add ET_BUNDLE_IO_ENABLED in executor runner
Summary: titled Differential Revision: D88315544
1 parent aea2784 commit f349994

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)