Update squish library to compile under Linux

There is a fix in the libsquish repository to make v1.11 compile under
Linux.  http://code.google.com/p/libsquish/  This involves adding an
#include <limits.h> to a couple of files.
This commit is contained in:
DavidWyand-GG 2013-05-07 23:54:02 -04:00
parent add658d345
commit e6abbee773
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include "alpha.h"
#include <algorithm>
#include <limits.h>
namespace squish {

View file

@ -26,6 +26,7 @@
#include "singlecolourfit.h"
#include "colourset.h"
#include "colourblock.h"
#include <limits.h>
namespace squish {