diff --git a/docs/Colors.md b/docs/Colors.md index d98d8a7..838ff16 100644 --- a/docs/Colors.md +++ b/docs/Colors.md @@ -70,6 +70,8 @@ In this small example we will create a white image: ```c #include "MLX42/MLX42.h" +#include +#include // Bytes Per Pixel. Since each pixel is represented as an integer, it will be four bytes for four channels. #define BPP sizeof(int32_t) @@ -97,4 +99,4 @@ int32_t main(void) return (EXIT_SUCCESS); } -``` \ No newline at end of file +```