added c limits header

This commit is contained in:
James E McClure 2019-03-26 15:59:04 -04:00
parent 587f9bba62
commit 281cd2c08c

View File

@ -7,7 +7,7 @@
#include "common/Communication.h"
#include "common/ScaLBL.h"
#include "threadpool/thread_pool.h"
#include <limits.h>
typedef std::shared_ptr<std::pair<int,IntArray>> BlobIDstruct;
typedef std::shared_ptr<std::vector<BlobIDType>> BlobIDList;