mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Fix compilation on Windows
This commit is contained in:
parent
9cf831b9c5
commit
f8ac3aa68f
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef _myinit_h_
|
||||
#define _myinit_h_
|
||||
|
||||
// this needs to be included early for MSVC (listing it in Build.PL is not enough)
|
||||
#include <ostream>
|
||||
|
||||
extern "C" {
|
||||
#include "EXTERN.h"
|
||||
#include "perl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue