Skip to content

Commit 263dc29

Browse files
committed
SnapProtocol added missing include vector
1 parent fe3c397 commit 263dc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/SnapProtocol.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <stdio.h>
1313
#include <stdlib.h>
1414
#include <string.h>
15+
#include <vector>
1516

1617
#define BASE_MESSAGE_SIZE 26
1718
#define TIME_MESSAGE_SIZE 8

0 commit comments

Comments
 (0)