We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ae690 + 3c27f82 commit 81759a5Copy full SHA for 81759a5
cpp/ycm/CodePoint.cpp
@@ -20,6 +20,7 @@
20
21
#include <algorithm>
22
#include <array>
23
+#include <cstdint>
24
#include <cstring>
25
26
namespace YouCompleteMe {
cpp/ycm/CodePoint.h
@@ -18,6 +18,7 @@
18
#ifndef CODE_POINT_H_3W0LNCLY
19
#define CODE_POINT_H_3W0LNCLY
#include <stdexcept>
#include <string>
#include <vector>
0 commit comments