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

This commit is contained in:
zinface 2024-06-03 23:54:02 +08:00
parent 0ba627d75b
commit 03080aceff
1 changed files with 1 additions and 0 deletions

View File

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