Fix: msvc build error with bli_fileops.h

bli_fileops.h was using uint64_t without including the proper header.

issue triggered by rBb0af44fa4d7a2e134b315c49a4fbdf573f781004
This commit is contained in:
Ray molenkamp 2018-02-01 07:58:06 -07:00 committed by Campbell Barton
parent 6f45c9d6c6
commit 81697c772c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {