From f0107aebe1c11b85ec6397142a3dac59f7eecabc Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Thu, 10 Jun 2021 17:11:22 +1000 Subject: Include header for intptr_t as otherwise not known with gcc 11 on Linux. --- src/Geometry.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Geometry.cxx b/src/Geometry.cxx index 9eea41345..afdc5d161 100644 --- a/src/Geometry.cxx +++ b/src/Geometry.cxx @@ -5,6 +5,7 @@ // Copyright 2020 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include -- cgit v1.2.3