1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Missing include on Linux/GCC

This commit is contained in:
bubnikv
2018-03-16 19:11:08 +01:00
parent 34a0f87395
commit f353b098e5
+1
View File
@@ -1,5 +1,6 @@
#include "ASCIIFolding.hpp"
#include <stdio.h>
#include <locale>
#include <boost/locale/encoding_utf.hpp>