Update core_loading_thread.c
This commit is contained in:
parent
c14c7f0b69
commit
2e02474b7a
@ -15,6 +15,7 @@
|
||||
|
||||
#include "raylib.h"
|
||||
|
||||
// WARNING: This example does not build on Windows with MSVC compiler
|
||||
#include "pthread.h" // POSIX style threads management
|
||||
|
||||
#include <stdatomic.h> // C11 atomic data types
|
||||
|
Loading…
Reference in New Issue
Block a user