Commit 67dee2737c5ed31595be2f918431d40f8cfbe195
1 parent
4b2d9eb0
add missing includes and fix one class initialization
Showing
3 changed files
with
6 additions
and
1 deletions
... | ... | @@ -10,6 +10,8 @@ |
10 | 10 | #include "tr/io_handler.h" |
11 | 11 | #include "tr/proto_message.h" |
12 | 12 | #include "tr/protocol.h" |
13 | +#include "tr/protocol/raw.h" | |
14 | +#include "tr/protocol/message_raw.h" | |
13 | 15 | #include "tr/protocol_handler.h" |
14 | 16 | #include "tr/interface/comm_end_point.h" |
15 | 17 | #include "tr/interface/comm_manager.h" | ... | ... |
Please
register
or
login
to post a comment