3mf: Correctly include expat.h

This commit is contained in:
Zhaofeng Li 2022-12-15 17:07:22 -07:00 committed by SoftFever
parent c54e6b64bb
commit 1f70fd70cd

View file

@ -1,6 +1,6 @@
#ifndef slic3r_Format_3mf_hpp_ #ifndef slic3r_Format_3mf_hpp_
#define slic3r_Format_3mf_hpp_ #define slic3r_Format_3mf_hpp_
#include "../expat.h" #include <expat.h>
namespace Slic3r { namespace Slic3r {
// PrusaFileParser is used to check 3mf file is from Prusa // PrusaFileParser is used to check 3mf file is from Prusa