diff options
Diffstat (limited to 'c++/io_codec/rpc.h')
-rw-r--r-- | c++/io_codec/rpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/io_codec/rpc.h b/c++/io_codec/rpc.h index 34d6099..020bf96 100644 --- a/c++/io_codec/rpc.h +++ b/c++/io_codec/rpc.h @@ -1,5 +1,7 @@ #pragma once +#include <forstio/codec/rpc.h> + namespace saw { namespace rmt { struct Network {}; |