Bug
- Include limits.h in Directory.cpp to fix compilation on Solaris 11
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
|
|
||||||
|
#ifdef SOLARIS
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Directory::Directory ()
|
Directory::Directory ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user