mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
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:
parent
add658d345
commit
e6abbee773
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "alpha.h"
|
||||
#include <algorithm>
|
||||
#include <limits.h>
|
||||
|
||||
namespace squish {
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include "singlecolourfit.h"
|
||||
#include "colourset.h"
|
||||
#include "colourblock.h"
|
||||
#include <limits.h>
|
||||
|
||||
namespace squish {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue