Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libslic3r/FilamentMixer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define SLIC3R_FILAMENT_MIXER_HPP

#include <limits>
#include <map>
#include <set>
#include <string>
#include <utility>
Expand Down
2 changes: 2 additions & 0 deletions src/slic3r/GUI/FilamentBitmapUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <wx/gdicmn.h>
#include <vector>

#include "libslic3r/PrintConfig.hpp"

namespace Slic3r { namespace GUI {

// Fills a rect with a west->east linear gradient by drawing solid 1px columns.
Expand Down
1 change: 1 addition & 0 deletions src/slic3r/GUI/wxMediaCtrl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef wxMediaCtrl3_h
#define wxMediaCtrl3_h

#include "wx/bitmap.h"
#include "wx/uri.h"
#include "wx/mediactrl.h"
#include "wx/timer.h"
Expand Down
Loading