Skip to content

Commit c72e141

Browse files
committed
threadloop: add missing include
1 parent ec4252d commit c72e141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

threadloop.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See LICENSE for license details.
1313

1414
#define MAX_EVENTS 65536
1515

16+
#include <cstdint>
1617
#include <vector>
1718
#include "forward_declarations.h"
1819

0 commit comments

Comments
 (0)