aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Geometry.cxx
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2021-06-10 17:11:22 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2021-06-10 17:11:22 +1000
commitf0107aebe1c11b85ec6397142a3dac59f7eecabc (patch)
tree2a99a9d3d290e4a69685285f07d77f866da9b035 /src/Geometry.cxx
parenta4ed33d6e60725d8b2908e81c5e7383d36c87494 (diff)
downloadscintilla-mirror-f0107aebe1c11b85ec6397142a3dac59f7eecabc.tar.gz
Include header for intptr_t as otherwise not known with gcc 11 on Linux.
Diffstat (limited to 'src/Geometry.cxx')
-rw-r--r--src/Geometry.cxx1
1 files changed, 1 insertions, 0 deletions
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 <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
+#include <cstdint>
#include <cmath>
#include <algorithm>