server.h (122B)
1 #pragma once 2 3 #include <stdbool.h> 4 #include <stddef.h> // IWYU pragma: keep 5 6 #include "msgpack_rpc/server.h.generated.h"