mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Upgrade Boost to 1.66 on Windows
This commit is contained in:
parent
7b449a5361
commit
e8d63f3eb1
10 changed files with 25 additions and 16 deletions
|
@ -4,6 +4,8 @@
|
|||
#include "libslic3r_version.h"
|
||||
|
||||
// this needs to be included early for MSVC (listing it in Build.PL is not enough)
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
|
@ -13,7 +15,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <vector>
|
||||
#include <boost/thread.hpp>
|
||||
#include <cassert>
|
||||
|
||||
#include "Technologies.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue