@@ -511,8 +511,8 @@ STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const ch
#include <string.h>
#include <limits.h>
-#if !defined(STBI_NO_LINEAR) && !defined(STBI_NO_HDR)
-#include <math.h> // ldexp
+#if !defined(STBI_NO_LINEAR) || !defined(STBI_NO_HDR)
+#include <math.h> // ldexp, pow
#endif
#ifndef STBI_NO_STDIO