From 1b48995d95babb52fe403ecf4401726182189d8f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 29 Feb 2024 16:22:39 +1100 Subject: [PATCH] Fix #4335. Fix compilation error. --- src/ifcparse/IfcCharacterDecoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcparse/IfcCharacterDecoder.cpp b/src/ifcparse/IfcCharacterDecoder.cpp index c0f475f007..38f84faad0 100644 --- a/src/ifcparse/IfcCharacterDecoder.cpp +++ b/src/ifcparse/IfcCharacterDecoder.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #define FIRST_SOLIDUS (1 << 1) #define PAGE (1 << 2)