Skip to content

Commit

Permalink
Fix include issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Dec 7, 2024
1 parent 01763db commit 1123323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py/src/kiwisolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
#include <mutex>
#include <cppy/cppy.h>
#include <kiwi/kiwi.h>
#include "types.h"
Expand Down
1 change: 1 addition & 0 deletions py/src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
|----------------------------------------------------------------------------*/
#pragma once
#include <map>
#include <mutex>
#include <string>
#include <cppy/cppy.h>
#include <kiwi/kiwi.h>
Expand Down

0 comments on commit 1123323

Please sign in to comment.