mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
fix: make Windows debug builds work (#15353)
Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
This commit is contained in:
co-authored by
Rodrigo Faselli
parent
2ad9c87dda
commit
067dfa35c6
@@ -1,7 +1,8 @@
|
||||
#ifndef slic3r_PluginAuditManager_hpp_
|
||||
#define slic3r_PluginAuditManager_hpp_
|
||||
|
||||
#include <Python.h>
|
||||
// Via pybind11 so this file requests the same python3xx.lib as everything else.
|
||||
#include <pybind11/conduit/wrap_include_python_h.h>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef slic3r_PythonInterpreter_hpp_
|
||||
#define slic3r_PythonInterpreter_hpp_
|
||||
|
||||
#include <Python.h>
|
||||
// Via pybind11 so this file requests the same python3xx.lib as everything else.
|
||||
#include <pybind11/conduit/wrap_include_python_h.h>
|
||||
#include <pytypedefs.h>
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user