We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01763db commit 1123323Copy full SHA for 1123323
py/src/kiwisolver.cpp
@@ -5,6 +5,7 @@
5
|
6
| The full license is in the file LICENSE, distributed with this software.
7
|----------------------------------------------------------------------------*/
8
+#include <mutex>
9
#include <cppy/cppy.h>
10
#include <kiwi/kiwi.h>
11
#include "types.h"
py/src/util.h
@@ -7,6 +7,7 @@
#pragma once
#include <map>
#include <string>
12
13
0 commit comments