From 96e2bd84932a826d09b7ed2201ba67a0a74f0b29 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 16:45:06 +0100 Subject: Cleanup: Fix forward declaration of headers --- source/blender/blenlib/BLI_fileops.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_fileops.h') diff --git a/source/blender/blenlib/BLI_fileops.h b/source/blender/blenlib/BLI_fileops.h index 74e6c32b288..d908c47b400 100644 --- a/source/blender/blenlib/BLI_fileops.h +++ b/source/blender/blenlib/BLI_fileops.h @@ -25,9 +25,9 @@ #ifndef __BLI_FILEOPS_H__ #define __BLI_FILEOPS_H__ +#include #include #include -#include #ifdef __cplusplus extern "C" { @@ -39,6 +39,7 @@ extern "C" { #include /* for PATH_MAX */ #include "BLI_compiler_attrs.h" +#include "BLI_utildefines.h" #ifndef PATH_MAX # define PATH_MAX 4096 -- cgit v1.2.3