Skip to content

Commit 6d885e9

Browse files
borgbytejkauffman1
authored andcommitted
build: include thread header to fix mingw compilation
1 parent 4445472 commit 6d885e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wamp_transport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <cstdio>
44
#include <fstream>
55
#include <map>
6+
#include <thread>
67

78
#include <sys/stat.h>
89
#include <sys/types.h>

0 commit comments

Comments
 (0)