Skip to content

Commit 0aebd26

Browse files
authored
1 parent dcc4191 commit 0aebd26

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/scintilla/include/ScintillaTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#ifndef SCINTILLATYPES_H
1212
#define SCINTILLATYPES_H
13+
#include <cstdint>
1314

1415
namespace Scintilla {
1516

src/scintilla/qt/ScintillaEditBase/PlatQt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#ifndef PLATQT_H
1212
#define PLATQT_H
13+
#include <cstdint>
1314

1415
#include <cstddef>
1516

src/scintilla/qt/ScintillaEditBase/ScintillaEditBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#ifndef SCINTILLAEDITBASE_H
1313
#define SCINTILLAEDITBASE_H
14+
#include <cstdint>
1415

1516
#include <cstddef>
1617

0 commit comments

Comments
 (0)