From e2429d6492bb58a87bcbee29a0f78a6ea6bb6dfa Mon Sep 17 00:00:00 2001 From: Alexandr Kuznetsov Date: Fri, 29 Nov 2013 14:50:59 -0500 Subject: Woo Hoo. First git commit. Changes for VC2013 Now, I can build Blender with VC2013 with Cycles, Collada, OpenExr,OpenImageIO disabled. Also, you need VC2008 sp1 installed to make old libs compatible. --- source/blender/freestyle/intern/application/AppConfig.h | 1 + source/blender/freestyle/intern/geometry/BBox.h | 1 + source/blender/freestyle/intern/stroke/StrokeRenderer.h | 1 + source/blender/freestyle/intern/view_map/GridDensityProvider.h | 1 + 4 files changed, 4 insertions(+) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/application/AppConfig.h b/source/blender/freestyle/intern/application/AppConfig.h index ad64fce2c44..94ae0c3c348 100644 --- a/source/blender/freestyle/intern/application/AppConfig.h +++ b/source/blender/freestyle/intern/application/AppConfig.h @@ -29,6 +29,7 @@ */ #include +#include #include "../system/FreestyleConfig.h" #include "../system/Precision.h" diff --git a/source/blender/freestyle/intern/geometry/BBox.h b/source/blender/freestyle/intern/geometry/BBox.h index c557c2a6368..54fd39800cc 100644 --- a/source/blender/freestyle/intern/geometry/BBox.h +++ b/source/blender/freestyle/intern/geometry/BBox.h @@ -29,6 +29,7 @@ */ #include +#include #include "BLI_utildefines.h" diff --git a/source/blender/freestyle/intern/stroke/StrokeRenderer.h b/source/blender/freestyle/intern/stroke/StrokeRenderer.h index e5478c81b40..90f41a0d0ac 100644 --- a/source/blender/freestyle/intern/stroke/StrokeRenderer.h +++ b/source/blender/freestyle/intern/stroke/StrokeRenderer.h @@ -30,6 +30,7 @@ #include #include +#include #include #include diff --git a/source/blender/freestyle/intern/view_map/GridDensityProvider.h b/source/blender/freestyle/intern/view_map/GridDensityProvider.h index f14362e3deb..272d64dd6de 100644 --- a/source/blender/freestyle/intern/view_map/GridDensityProvider.h +++ b/source/blender/freestyle/intern/view_map/GridDensityProvider.h @@ -29,6 +29,7 @@ */ #include +#include #include #include "OccluderSource.h" -- cgit v1.2.3