From 5b92c5bc54704fa8f6fe56f376fd7105aed4c64b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Sep 2010 12:19:58 +0000 Subject: [PATCH] fix for fix, corrention by MiikaH since I cant test. --- source/blender/blenlib/BLI_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenlib/BLI_storage.h b/source/blender/blenlib/BLI_storage.h index ec4e999b508..e443a853324 100644 --- a/source/blender/blenlib/BLI_storage.h +++ b/source/blender/blenlib/BLI_storage.h @@ -42,7 +42,7 @@ #ifdef WIN32 /* for size_t, only needed on win32 for some reason */ -#include +#include #endif struct direntry;