Windows 10 で g++ を使用して SDL を動作させようとしていますが、stdint.h が見つからないというエラーが表示されます。
g++ -g -Wall -I includes/SDLm/x86_64-w64-mingw32/include main.cpp -o main
In file included from includes\SDLm\x86_64-w64-mingw32\include\SDL2/SDL_main.h:25,
from includes\SDLm\x86_64-w64-mingw32\include\SDL2/SDL.h:32,
from Window.h:1,
from main.cpp:2:
includes\SDLm\x86_64-w64-mingw32\include\SDL2/SDL_stdinc.h:71: stdint.h: No such file or directory
これを修正するために何をする必要があるのかわからないので、どんな助けでも大歓迎です、ありがとう!