include <limits.h> in the bin packers to make GCC happy

This commit is contained in:
Randy Heit 2016-01-11 17:01:29 -06:00
parent 61e48013dc
commit 56f7ace9be
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
*/
#include <cassert>
#include <limits.h>
#include "templates.h"
#include "GuillotineBinPack.h"

View file

@ -7,6 +7,7 @@
*/
#include <cassert>
#include <limits.h>
#include "templates.h"
#include "SkylineBinPack.h"