Include unactorcompiler.h at the end of *.actor.h

This commit is contained in:
Jingyu Zhou 2019-06-26 13:33:19 -07:00
parent 4a15be3643
commit 4c0e824456
3 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include "Tester.actor.h"
#include "flow/actorcompiler.h" // This must be the last #include.
using namespace FDB;

View File

@ -843,4 +843,6 @@ public:
return updateErrorInfo(cx, e, details);
}
};
#include "flow/unactorcompiler.h"
#endif

View File

@ -67,4 +67,5 @@ void unregisterTLog(UID uid);
// checks if there is any non-stopped TLog instance
bool isTLogInSameNode();
#include "flow/unactorcompiler.h"
#endif