diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:32:37 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 17:32:37 +0100 |
| commit | 33caee123ae6e79f251d1cd9d45ca62332e8d55b (patch) | |
| tree | 6b9ff1aba495607cf52e68043d4fd4715cdba7c3 /src/image.h | |
| parent | 28b00896a8cb94663a3d35313ee7d771d4af11e0 (diff) | |
unix building
Diffstat (limited to 'src/image.h')
| -rw-r--r-- | src/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 7bfe5ec..6f99936 100644 --- a/src/image.h +++ b/src/image.h @@ -1,6 +1,8 @@ #ifndef INCLUDE_IMAGE #define INCLUDE_IMAGE +#include <cstdint> + #if defined(_WIN32) #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN @@ -8,7 +10,6 @@ #include <windows.h> #include <GL/GL.h> #include <tchar.h> -#include <cstdint> typedef struct t_ts_image { GLuint id; |
