Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Kuznetsov <kuzsasha@gmail.com>2013-11-29 23:50:59 +0400
committerAlexandr Kuznetsov <kuzsasha@gmail.com>2013-11-30 00:13:12 +0400
commite2429d6492bb58a87bcbee29a0f78a6ea6bb6dfa (patch)
treec8fd591ec86f46a00464a8500d6a523def190abf /source/blender/freestyle/intern/view_map
parentcd4fd5056269858c6b85a9eec9929fecbe968695 (diff)
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.
Diffstat (limited to 'source/blender/freestyle/intern/view_map')
-rw-r--r--source/blender/freestyle/intern/view_map/GridDensityProvider.h1
1 files changed, 1 insertions, 0 deletions
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 <stdexcept>
+#include <algorithm>
#include <memory>
#include "OccluderSource.h"