diff --git a/tools/templates/skeleton.h.j2 b/tools/templates/skeleton.h.j2 index 1cbc3c5..6d5f590 100644 --- a/tools/templates/skeleton.h.j2 +++ b/tools/templates/skeleton.h.j2 @@ -2,6 +2,7 @@ #include "{{ cls.name }}.h" #include "rpc/RpcInvoker.h" +#include "ipc/IpcMessage.h" class {{ cls.name }}Skeleton { public: