Skip to content

Commit 4a59ea1

Browse files
author
Chris Warren-Smith
committed
RAYLIB: add missing include for flatpak build
1 parent e8500cf commit 4a59ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raylib/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#pragma GCC diagnostic pop
2626
#include <physac/src/physac.h>
2727
#include <cstring>
28+
#include <cstdint>
2829

2930
#include "robin-hood-hashing/src/include/robin_hood.h"
3031
#include "SDL_events.h"

0 commit comments

Comments
 (0)