aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/image.cpp')
-rw-r--r--src/utils/image.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utils/image.cpp b/src/utils/image.cpp
index 3fd8b3a9..10d4c13b 100644
--- a/src/utils/image.cpp
+++ b/src/utils/image.cpp
@@ -22,8 +22,11 @@
*
*/
-#include "image.hpp"
+#include <cstddef>
+
#include <SDL/SDL_image.h>
+
+#include "image.hpp"
#include "utils/binary_file.hpp"
namespace usdx