Fix Image_Utils.h to include <algorithm>

This commit is contained in:
Josh Faust 2018-03-01 10:26:38 -08:00
parent c72cf85acf
commit 70289ea017
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
#include <algorithm>
enum ImageOcclusion
{
IMAGE_OPAQUE,