fix include define to align name

This commit is contained in:
Michael Kirsch 2019-05-28 21:12:29 +02:00 committed by Joseph Lenox
parent 48e0caa4ff
commit 3d3f71c26d

View File

@ -1,5 +1,5 @@
#ifndef slic3r_TriangleMatrix_hpp_
#define slic3r_TriangleMatrix_hpp_
#ifndef slic3r_TransformationMatrix_hpp_
#define slic3r_TransformationMatrix_hpp_
#include "libslic3r.h"
#include "Point.hpp"