Browse Source

gcc/linux: 处理由 GCC 提示的 intptr_t 未定义问题

zinface 1 year ago
parent
commit
03080aceff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/qscint/src/xmlMatchedTagsHighlighter.h

+ 1 - 0
src/qscint/src/xmlMatchedTagsHighlighter.h

@@ -20,6 +20,7 @@
 //#include <windows.h>
 #include <string>
 #include <vector>
+#include <cstdint>
 
 class QsciScintilla;