浏览代码

Added header for SDL_ThreadID type

Sam Lantinga 1 年之前
父节点
当前提交
04bb105d09
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/SDL3/SDL_mutex.h

+ 1 - 0
include/SDL3/SDL_mutex.h

@@ -29,6 +29,7 @@
  */
 
 #include <SDL3/SDL_stdinc.h>
+#include <SDL3/SDL_atomic.h>
 #include <SDL3/SDL_error.h>
 #include <SDL3/SDL_thread.h>