Skip to content

Commit 686c545

Browse files
committed
Fix missing header in sync.h
1 parent d402c1e commit 686c545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sync.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#include <util/macros.h>
1111

1212
#include <condition_variable>
13-
#include <thread>
1413
#include <mutex>
15-
14+
#include <string>
15+
#include <thread>
1616

1717
////////////////////////////////////////////////
1818
// //

0 commit comments

Comments
 (0)