Skip to content

Commit 1123323

Browse files
committed
Fix include issue
1 parent 01763db commit 1123323

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

py/src/kiwisolver.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
|
66
| The full license is in the file LICENSE, distributed with this software.
77
|----------------------------------------------------------------------------*/
8+
#include <mutex>
89
#include <cppy/cppy.h>
910
#include <kiwi/kiwi.h>
1011
#include "types.h"

py/src/util.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
|----------------------------------------------------------------------------*/
88
#pragma once
99
#include <map>
10+
#include <mutex>
1011
#include <string>
1112
#include <cppy/cppy.h>
1213
#include <kiwi/kiwi.h>

0 commit comments

Comments
 (0)