mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:45:57 +08:00
Fixed includes
This commit is contained in:
parent
71b2f5c288
commit
5c323527ce
@ -11,7 +11,7 @@
|
||||
#if !ENABLE_NEW_GCODE_VIEWER_NO_COG_AND_TOOL_MARKERS
|
||||
//################################################################################################################################
|
||||
|
||||
#include "..\include\Types.hpp"
|
||||
#include "../include/Types.hpp"
|
||||
|
||||
namespace libvgcode {
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#if !ENABLE_NEW_GCODE_VIEWER_NO_COG_AND_TOOL_MARKERS
|
||||
//################################################################################################################################
|
||||
|
||||
#include "..\include\Types.hpp"
|
||||
#include "../include/Types.hpp"
|
||||
|
||||
namespace libvgcode {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
///|/
|
||||
///|/ libvgcode is released under the terms of the AGPLv3 or higher
|
||||
///|/
|
||||
#include "..\include\Viewer.hpp"
|
||||
#include "../include/Viewer.hpp"
|
||||
#include "ViewerImpl.hpp"
|
||||
|
||||
//################################################################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user