Skip to content

Commit

Permalink
SnapProtocol added missing include vector
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Feb 10, 2024
1 parent fe3c397 commit 263dc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/SnapProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>

#define BASE_MESSAGE_SIZE 26
#define TIME_MESSAGE_SIZE 8
Expand Down

0 comments on commit 263dc29

Please sign in to comment.