diff --git a/Contractor/GeometryCompressor.cpp b/Contractor/GeometryCompressor.cpp index da6d0f237..9a4e2408a 100644 --- a/Contractor/GeometryCompressor.cpp +++ b/Contractor/GeometryCompressor.cpp @@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include int current_free_list_maximum = 0; int UniqueNumber() { return ++current_free_list_maximum; }