Skip to content

Commit 81759a5

Browse files
authored
Merge pull request #1653 from xen0n/gcc-13
Fix build on gcc-13
2 parents b0ae690 + 3c27f82 commit 81759a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/ycm/CodePoint.cpp

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

2121
#include <algorithm>
2222
#include <array>
23+
#include <cstdint>
2324
#include <cstring>
2425

2526
namespace YouCompleteMe {

cpp/ycm/CodePoint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#ifndef CODE_POINT_H_3W0LNCLY
1919
#define CODE_POINT_H_3W0LNCLY
2020

21+
#include <cstdint>
2122
#include <stdexcept>
2223
#include <string>
2324
#include <vector>

0 commit comments

Comments
 (0)