Merge "macOS build fix: no off64_t on darwin." into rvc-dev
This commit is contained in:
commit
acc1a1b5de
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <android-base/off64_t.h>
|
||||
|
||||
namespace incremental {
|
||||
|
||||
using Size = int64_t;
|
||||
|
|
Loading…
Reference in New Issue