diff src/core/image.h @ 112:40f22a8188d2

image: set dimensions
author David Demelier <markand@malikania.fr>
date Sun, 12 Apr 2020 16:55:26 +0200
parents ed72843a7194
children
line wrap: on
line diff
--- a/src/core/image.h	Wed Apr 08 20:05:00 2020 +0200
+++ b/src/core/image.h	Sun Apr 12 16:55:26 2020 +0200
@@ -25,6 +25,7 @@
  * \ingroup drawing
  */
 
+#include <stdbool.h>
 #include <stddef.h>
 
 struct texture;