aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ChangeHistory.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-11-26 08:19:54 +1100
committerNeil <nyamatongwe@gmail.com>2024-11-26 08:19:54 +1100
commit1beb1d8b049d1bc998c513221ba758b633074d58 (patch)
treee88944887b68b4370734549c72170f61b04472c3 /src/ChangeHistory.cxx
parentb1280b8651fce6be3e020ced53ecb5a17b59a7ab (diff)
downloadscintilla-mirror-1beb1d8b049d1bc998c513221ba758b633074d58.tar.gz
Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.
Diffstat (limited to 'src/ChangeHistory.cxx')
-rw-r--r--src/ChangeHistory.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx
index d6c93ae39..bd81e3341 100644
--- a/src/ChangeHistory.cxx
+++ b/src/ChangeHistory.cxx
@@ -7,6 +7,7 @@
#include <cstddef>
#include <cstdlib>
+#include <cstdint>
#include <cassert>
#include <stdexcept>