From 9519357a677b23d5b147b2a73352b5f6f2d3d639 Mon Sep 17 00:00:00 2001
From: Alex Young <[EMAIL REDACTED]>
Date: Tue, 12 Nov 2024 02:28:19 +0000
Subject: [PATCH] include: Add SDL3 close code include (#43)
---
include/SDL3_gpu_shadercross/SDL_gpu_shadercross.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/SDL3_gpu_shadercross/SDL_gpu_shadercross.h b/include/SDL3_gpu_shadercross/SDL_gpu_shadercross.h
index e929111..c5dc456 100644
--- a/include/SDL3_gpu_shadercross/SDL_gpu_shadercross.h
+++ b/include/SDL3_gpu_shadercross/SDL_gpu_shadercross.h
@@ -320,5 +320,6 @@ extern SDL_DECLSPEC SDL_GPUComputePipeline * SDLCALL SDL_ShaderCross_CompileComp
#ifdef __cplusplus
}
#endif
+#include <SDL3/SDL_close_code.h>
#endif /* SDL_GPU_SHADERCROSS_H */