From 05d12a1d49cebe38ff2b4734283edab87fdd76cb Mon Sep 17 00:00:00 2001
From: Olivier Stasse <olivier.stasse@gmail.com>
Date: Wed, 9 Nov 2011 00:58:46 +0100
Subject: [PATCH] Add dynamicgraph namespace to make VP_DEBUG mode compile.

---
 src/dg-python.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dg-python.cc b/src/dg-python.cc
index 9ffae78..9bf0537 100644
--- a/src/dg-python.cc
+++ b/src/dg-python.cc
@@ -27,6 +27,8 @@
 
 #include "dynamic-graph/python/interpreter.hh"
 
+using namespace dynamicgraph;
+
 // Factorize exception catching code.
 #define CATCH_EXCEPTIONS()						\
   catch (std::exception& e)						\
-- 
GitLab