Fix #4335. Fix compilation error.

This commit is contained in:
Dion Moult
2024-02-29 16:22:39 +11:00
parent 527d16c5f0
commit e186b81f0c
+1
View File
@@ -28,6 +28,7 @@
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <codecvt> #include <codecvt>
#include <algorithm>
#include "../ifcparse/IfcCharacterDecoder.h" #include "../ifcparse/IfcCharacterDecoder.h"
#include "../ifcparse/IfcException.h" #include "../ifcparse/IfcException.h"