From 688973ebb8ecb948f61c2a58a6a465153c48ec77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 30 Nov 2015 13:12:43 +0100 Subject: [PATCH] Missing memory include in python bindings (cherry picked from commit d4a361aa61d014c97ff540c1145a709c158f6c25) --- src/Python/Bindings.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Python/Bindings.cc b/src/Python/Bindings.cc index 28b26dcc..81ee4e68 100644 --- a/src/Python/Bindings.cc +++ b/src/Python/Bindings.cc @@ -4,6 +4,8 @@ #include "Python/PropertyManager.hh" #include "Python/InputOutput.hh" +#include + namespace OpenMesh { namespace Python {