Missing memory include in python bindings

(cherry picked from commit d4a361aa61d014c97ff540c1145a709c158f6c25)
This commit is contained in:
Jan Möbius
2015-11-30 13:12:43 +01:00
parent b5c22dfc7e
commit 688973ebb8

View File

@@ -4,6 +4,8 @@
#include "Python/PropertyManager.hh" #include "Python/PropertyManager.hh"
#include "Python/InputOutput.hh" #include "Python/InputOutput.hh"
#include <memory>
namespace OpenMesh { namespace OpenMesh {
namespace Python { namespace Python {