diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 3aafc66..bb8e147 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,5 @@ #pragma once +#include <stdio.h> struct color { unsigned char r, g, b, a; |