Skip to content

Commit 3c27f82

Browse files
committed
1 parent b0ae690 commit 3c27f82

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)