Fix Image_Utils.h to include <algorithm>

This commit is contained in:
Josh Faust 2018-03-01 10:26:38 -08:00 committed by Pär Winzell
parent c72cf85acf
commit e92261f491
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,