Include unactorcompiler.h in actor header files

This commit is contained in:
sfc-gh-tclinkenbeard 2022-10-08 11:57:49 -07:00
parent 8733614f63
commit 6f4e155623
2 changed files with 6 additions and 2 deletions

View File

@ -360,4 +360,6 @@ public:
Future<Void> run() { return run(this); }
};
#endif
#include "flow/unactorcompiler.h"
#endif

View File

@ -226,4 +226,6 @@ public:
Future<Void> run() { return run(this); }
};
#endif
#include "flow/unactorcompiler.h"
#endif