fix(build): attempt to fix linux buildbots
This commit is contained in:
parent
b984079449
commit
46cfd33a1b
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ Author: Leonardo de Moura
|
|||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include <linux/limits.h>
|
||||
#endif
|
||||
#include <util/unit.h>
|
||||
#include "util/sstream.h"
|
||||
#include "library/handle.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue