Skip to content

Commit

Permalink
fix: add necessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jan 17, 2024
1 parent 867f2cd commit 1a5b522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/zenoh-pico/net/query.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
#include <stdint.h>

#include "zenoh-pico/api/constants.h"
#include "zenoh-pico/net/session.h"
#include "zenoh-pico/protocol/core.h"

// Forward type declaration to avoid cyclical include
typedef struct _z_session_t _z_session_t;

/**
* The query to be answered by a queryable.
*/
Expand Down

0 comments on commit 1a5b522

Please sign in to comment.