Include unactorcompiler.h at the end of *.actor.h
This commit is contained in:
parent
4a15be3643
commit
4c0e824456
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "Tester.actor.h"
|
||||
#include "flow/actorcompiler.h" // This must be the last #include.
|
||||
|
||||
using namespace FDB;
|
||||
|
||||
|
|
|
@ -843,4 +843,6 @@ public:
|
|||
return updateErrorInfo(cx, e, details);
|
||||
}
|
||||
};
|
||||
|
||||
#include "flow/unactorcompiler.h"
|
||||
#endif
|
||||
|
|
|
@ -67,4 +67,5 @@ void unregisterTLog(UID uid);
|
|||
// checks if there is any non-stopped TLog instance
|
||||
bool isTLogInSameNode();
|
||||
|
||||
#include "flow/unactorcompiler.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue