Skip to content

Commit

Permalink
missing includes in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Sep 6, 2024
1 parent 7b58a8b commit 3e045d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpujpeg_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
#include <libgpujpeg/gpujpeg_version.h>
#endif // defined HAVE_GPUJPEG_VERSION_H
#include "utils/image_delegate.h"
#include <errno.h> // for errno
#include <math.h>
#include <stdbool.h>
#include <string.h> // for strcmp, strerror, strlen, strrchr
#if defined(_MSC_VER)
#include <windows.h>
#define strcasecmp _stricmp
Expand Down

0 comments on commit 3e045d1

Please sign in to comment.