We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d561d commit b5db28fCopy full SHA for b5db28f
Utilities/include/image_conv.h
@@ -9,6 +9,8 @@
9
#ifndef __IMAGE_CONV_H__
10
#define __IMAGE_CONV_H__
11
12
+#include <algorithm> // For clamp
13
+
14
#define STB_IMAGE_IMPLEMENTATION
15
#include <stb_image.h>
16
#define STB_IMAGE_WRITE_IMPLEMENTATION
0 commit comments