Skip to content

Commit

Permalink
Fix build failure with GCC 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed May 5, 2023
1 parent 6a7b77a commit 4a977fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scintilla/lexlib/CharacterCategory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Copyright 2013 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.

#include <cstdint>
#include <cstring>

#include <vector>
Expand Down
1 change: 1 addition & 0 deletions scintilla/src/UniConversion.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.

#include <cstdint>
#include <cstdlib>

#include <stdexcept>
Expand Down

0 comments on commit 4a977fa

Please sign in to comment.